Searched refs:GetPixelGray (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | paint.c | 248 if (GetPixelGray(floodplane_image,q) != 0) in FloodfillPaintImage() 281 if (GetPixelGray(floodplane_image,q) != 0) in FloodfillPaintImage() 310 if (GetPixelGray(floodplane_image,q) != 0) in FloodfillPaintImage() 352 if (GetPixelGray(floodplane_image,p) != 0) in FloodfillPaintImage()
|
D | channel.c | 568 q[i]=GetPixelGray(next,p); in CombineImages()
|
D | pixel-accessor.h | 162 static inline Quantum GetPixelGray(const Image *magick_restrict image, in GetPixelGray() function
|
D | colorspace.c | 1827 gray=(MagickRealType) GetPixelGray(image,q); in TransformsRGBImage()
|
/external/ImageMagick/coders/ |
D | gray.c | 237 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage()
|
D | png.c | 8614 GetPixelGray(image,q); in WriteOnePNGImage()
|