Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dprofile.c528 #define GetLCMSPixel(source_info,pixel) \ in TransformDoublePixels() macro
542 *p++=GetLCMSPixel(source_info,GetPixelRed(image,q)); in TransformDoublePixels()
545 *p++=GetLCMSPixel(source_info,GetPixelGreen(image,q)); in TransformDoublePixels()
546 *p++=GetLCMSPixel(source_info,GetPixelBlue(image,q)); in TransformDoublePixels()
549 *p++=GetLCMSPixel(source_info,GetPixelBlack(image,q)); in TransformDoublePixels()