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() 458 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 483 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 512 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 559 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 561 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 563 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 572 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 574 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 | 2050 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2153 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2155 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2157 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2258 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2263 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2317 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2320 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2323 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2326 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() [all …]
|
D | miff.c | 1892 pixels=PopShortPixel(MSBEndian,short_value,pixels); in PopRunlengthPacket() 1950 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1954 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1956 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1961 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1966 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 2480 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage() 2483 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage() 2486 q=PopShortPixel(MSBEndian,short_pixel,q); in WriteMIFFImage()
|
D | mpc.c | 1502 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage() 1505 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage() 1508 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage()
|