Searched refs:PopShortPixel (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 280 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum() 289 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum() 459 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 484 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 513 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 560 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 562 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 564 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 573 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 575 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() [all …]
|
D | quantum-private.h | 214 static inline unsigned char *PopShortPixel(const EndianType endian, in PopShortPixel() function
|
/external/ImageMagick/coders/ |
D | pnm.c | 2161 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2264 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2266 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2268 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2369 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2374 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2428 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2431 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2434 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2437 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() [all …]
|
D | miff.c | 1882 pixels=PopShortPixel(MSBEndian,short_value,pixels); in PopRunlengthPacket() 1938 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1942 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1944 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1949 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1954 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 2463 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage() 2466 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage() 2469 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage()
|
D | mpc.c | 1522 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage() 1525 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage() 1528 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage()
|