Home
last modified time | relevance | path

Searched refs:DecodePixelGamma (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dgem-private.h109 r=QuantumScale*DecodePixelGamma(red); in ConvertAdobe98ToXYZ()
110 g=QuantumScale*DecodePixelGamma(green); in ConvertAdobe98ToXYZ()
111 b=QuantumScale*DecodePixelGamma(blue); in ConvertAdobe98ToXYZ()
131 r=QuantumScale*DecodePixelGamma(red); in ConvertDisplayP3ToXYZ()
132 g=QuantumScale*DecodePixelGamma(green); in ConvertDisplayP3ToXYZ()
133 b=QuantumScale*DecodePixelGamma(blue); in ConvertDisplayP3ToXYZ()
214 r=QuantumScale*DecodePixelGamma(red); in ConvertProPhotoToXYZ()
215 g=QuantumScale*DecodePixelGamma(green); in ConvertProPhotoToXYZ()
216 b=QuantumScale*DecodePixelGamma(blue); in ConvertProPhotoToXYZ()
236 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ()
[all …]
Dcolorspace-private.h59 red=QuantumScale*DecodePixelGamma(pixel->red); in ConvertRGBToCMYK()
60 green=QuantumScale*DecodePixelGamma(pixel->green); in ConvertRGBToCMYK()
61 blue=QuantumScale*DecodePixelGamma(pixel->blue); in ConvertRGBToCMYK()
Dpixel-accessor.h278 intensity=(MagickRealType) (0.212656f*DecodePixelGamma(pixel->red)+ in GetPixelInfoLuminance()
279 0.715158f*DecodePixelGamma(pixel->green)+ in GetPixelInfoLuminance()
280 0.072186f*DecodePixelGamma(pixel->blue)); in GetPixelInfoLuminance()
323 intensity=(MagickRealType) (0.212656f*DecodePixelGamma((MagickRealType) in GetPixelLuminance()
325 DecodePixelGamma((MagickRealType) in GetPixelLuminance()
327 DecodePixelGamma((MagickRealType) in GetPixelLuminance()
Dpixel.h256 DecodePixelGamma(const MagickRealType) magick_hot_spot,
Dcolorspace.c615 SetPixelGray(image,ClampToQuantum(DecodePixelGamma(gray)),q); in sRGBTransformImage()
1001 red=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()
1003 green=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()
1005 blue=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()
1068 red=DecodePixelGamma((MagickRealType) GetPixelRed(image,q)); in sRGBTransformImage()
1069 green=DecodePixelGamma((MagickRealType) GetPixelGreen(image,q)); in sRGBTransformImage()
1070 blue=DecodePixelGamma((MagickRealType) GetPixelBlue(image,q)); in sRGBTransformImage()
Dpixel.c319 MagickExport MagickRealType DecodePixelGamma(const MagickRealType pixel) in DecodePixelGamma() function
2281 red=DecodePixelGamma(red); in GetPixelInfoIntensity()
2282 green=DecodePixelGamma(green); in GetPixelInfoIntensity()
2283 blue=DecodePixelGamma(blue); in GetPixelInfoIntensity()
2304 red=DecodePixelGamma(red); in GetPixelInfoIntensity()
2305 green=DecodePixelGamma(green); in GetPixelInfoIntensity()
2306 blue=DecodePixelGamma(blue); in GetPixelInfoIntensity()
2413 red=DecodePixelGamma(red); in GetPixelIntensity()
2414 green=DecodePixelGamma(green); in GetPixelIntensity()
2415 blue=DecodePixelGamma(blue); in GetPixelIntensity()
[all …]
Denhance.c2579 red=DecodePixelGamma(red); in GrayscaleImage()
2580 green=DecodePixelGamma(green); in GrayscaleImage()
2581 blue=DecodePixelGamma(blue); in GrayscaleImage()
2602 red=DecodePixelGamma(red); in GrayscaleImage()
2603 green=DecodePixelGamma(green); in GrayscaleImage()
2604 blue=DecodePixelGamma(blue); in GrayscaleImage()
Dmethods.h228 #define DecodePixelGamma PrependMagickMethod(DecodePixelGamma) macro
/external/ImageMagick/tests/
Dvalidate.c226 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ()
227 g=QuantumScale*DecodePixelGamma(green); in ConvertRGBToXYZ()
228 b=QuantumScale*DecodePixelGamma(blue); in ConvertRGBToXYZ()