Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
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()
Dgem-private.h138 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ()
139 g=QuantumScale*DecodePixelGamma(green); in ConvertRGBToXYZ()
140 b=QuantumScale*DecodePixelGamma(blue); in ConvertRGBToXYZ()
Dpixel-accessor.h258 intensity=(MagickRealType) (0.212656f*DecodePixelGamma(pixel->red)+ in GetPixelInfoLuminance()
259 0.715158f*DecodePixelGamma(pixel->green)+ in GetPixelInfoLuminance()
260 0.072186f*DecodePixelGamma(pixel->blue)); in GetPixelInfoLuminance()
303 intensity=(MagickRealType) (0.212656f*DecodePixelGamma((MagickRealType) in GetPixelLuminance()
305 DecodePixelGamma((MagickRealType) in GetPixelLuminance()
307 DecodePixelGamma((MagickRealType) in GetPixelLuminance()
Dpixel.h249 DecodePixelGamma(const MagickRealType) magick_hot_spot,
Dcolorspace.c662 red=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()
664 green=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()
666 blue=(double) DecodePixelGamma((MagickRealType) in sRGBTransformImage()
729 red=DecodePixelGamma((MagickRealType) GetPixelRed(image,q)); in sRGBTransformImage()
730 green=DecodePixelGamma((MagickRealType) GetPixelGreen(image,q)); in sRGBTransformImage()
731 blue=DecodePixelGamma((MagickRealType) GetPixelBlue(image,q)); in sRGBTransformImage()
Dpixel.c320 MagickExport MagickRealType DecodePixelGamma(const MagickRealType pixel) in DecodePixelGamma() function
2280 red=DecodePixelGamma(red); in GetPixelInfoIntensity()
2281 green=DecodePixelGamma(green); in GetPixelInfoIntensity()
2282 blue=DecodePixelGamma(blue); in GetPixelInfoIntensity()
2303 red=DecodePixelGamma(red); in GetPixelInfoIntensity()
2304 green=DecodePixelGamma(green); in GetPixelInfoIntensity()
2305 blue=DecodePixelGamma(blue); in GetPixelInfoIntensity()
2408 red=DecodePixelGamma(red); in GetPixelIntensity()
2409 green=DecodePixelGamma(green); in GetPixelIntensity()
2410 blue=DecodePixelGamma(blue); in GetPixelIntensity()
[all …]
Denhance.c2075 red=DecodePixelGamma(red); in GrayscaleImage()
2076 green=DecodePixelGamma(green); in GrayscaleImage()
2077 blue=DecodePixelGamma(blue); in GrayscaleImage()
2098 red=DecodePixelGamma(red); in GrayscaleImage()
2099 green=DecodePixelGamma(green); in GrayscaleImage()
2100 blue=DecodePixelGamma(blue); in GrayscaleImage()
/external/ImageMagick/tests/
Dvalidate.c231 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ()
232 g=QuantumScale*DecodePixelGamma(green); in ConvertRGBToXYZ()
233 b=QuantumScale*DecodePixelGamma(blue); in ConvertRGBToXYZ()