Searched defs:weightByAlpha (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Ddds.c2598 weightByAlpha;
2629 weightByAlpha=MagickFalse;
2641 weightByAlpha=MagickTrue;
2670 WriteImageData(image,pixelFormat,compression,clusterFit,weightByAlpha,
2674 clusterFit,weightByAlpha,exception) == MagickFalse)
2781 const MagickBooleanType clusterFit, const MagickBooleanType weightByAlpha,
2865 point.w = weightByAlpha ? (float)(alpha + 1) / 256.0f : 1.0f;
2911 const MagickBooleanType weightByAlpha, ExceptionInfo *exception)
2914 WriteFourCC(image,compression,clusterFit,weightByAlpha,exception);
2987 const MagickBooleanType clusterFit, const MagickBooleanType weightByAlpha,
2594 weightByAlpha; local
2776 WriteFourCC(Image *image, const size_t compression, const MagickBooleanType clusterFit, const MagickBooleanType weightByAlpha, ExceptionInfo *exception) argument
2905 WriteImageData(Image *image, const size_t pixelFormat, const size_t compression,const MagickBooleanType clusterFit, const MagickBooleanType weightByAlpha, ExceptionInfo *exception) argument
2981 WriteMipmaps(Image *image, const size_t pixelFormat, const size_t compression, const size_t mipmaps, const MagickBooleanType clusterFit, const MagickBooleanType weightByAlpha, ExceptionInfo *exception) argument
[all...]

Completed in 33 milliseconds