Searched refs:PopCharPixel (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 264 q=PopCharPixel(pixel,q); in ExportAlphaQuantum() 368 q=PopCharPixel(ScaleQuantumToChar(GetPixelBlue(image,p)),q); in ExportBGRQuantum() 369 q=PopCharPixel(ScaleQuantumToChar(GetPixelGreen(image,p)),q); in ExportBGRQuantum() 370 q=PopCharPixel(ScaleQuantumToChar(GetPixelRed(image,p)),q); in ExportBGRQuantum() 668 q=PopCharPixel(pixel,q); in ExportBGRAQuantum() 670 q=PopCharPixel(pixel,q); in ExportBGRAQuantum() 672 q=PopCharPixel(pixel,q); in ExportBGRAQuantum() 674 q=PopCharPixel(pixel,q); in ExportBGRAQuantum() 912 q=PopCharPixel(pixel,q); in ExportBGROQuantum() 914 q=PopCharPixel(pixel,q); in ExportBGROQuantum() [all …]
|
D | quantum-private.h | 185 static inline unsigned char *PopCharPixel(const unsigned char pixel, in PopCharPixel() function
|
/external/ImageMagick/coders/ |
D | pnm.c | 2029 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2138 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2140 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2142 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2241 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2246 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2292 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2295 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2298 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() 2301 q=PopCharPixel((unsigned char) pixel,q); in WritePNMImage() [all …]
|
D | miff.c | 1905 pixels=PopCharPixel(char_value,pixels); in PopRunlengthPacket() 1976 pixels=PopCharPixel(value,pixels); in PopRunlengthPacket() 1981 pixels=PopCharPixel(value,pixels); in PopRunlengthPacket() 1983 pixels=PopCharPixel(value,pixels); in PopRunlengthPacket() 1989 pixels=PopCharPixel(value,pixels); in PopRunlengthPacket() 1995 pixels=PopCharPixel(value,pixels); in PopRunlengthPacket() 2496 q=PopCharPixel(char_pixel,q); in WriteMIFFImage() 2499 q=PopCharPixel(char_pixel,q); in WriteMIFFImage() 2502 q=PopCharPixel(char_pixel,q); in WriteMIFFImage()
|
D | mpc.c | 1518 q=PopCharPixel(pixel,q); in WriteMPCImage() 1521 q=PopCharPixel(pixel,q); in WriteMPCImage() 1524 q=PopCharPixel(pixel,q); in WriteMPCImage()
|