Searched refs:PopShortPixel (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 279 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum() 288 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportAlphaQuantum() 457 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 482 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 511 q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4), in ExportBGRQuantum() 558 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 560 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 562 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 571 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() 573 q=PopShortPixel(quantum_info->endian,pixel,q); in ExportBGRQuantum() [all …]
|
D | quantum-private.h | 204 static inline unsigned char *PopShortPixel(const EndianType endian, in PopShortPixel() function
|
/external/ImageMagick/coders/ |
D | pnm.c | 2035 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2135 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2137 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2139 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2237 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2242 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2296 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2299 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2302 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() 2305 q=PopShortPixel(MSBEndian,(unsigned short) pixel,q); in WritePNMImage() [all …]
|
D | miff.c | 1798 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1856 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1860 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1862 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1867 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 1872 pixels=PopShortPixel(MSBEndian,value,pixels); in PopRunlengthPacket() 2377 q=PopShortPixel(MSBEndian,pixel,q); in WriteMIFFImage() 2379 q=PopShortPixel(MSBEndian,pixel,q); in WriteMIFFImage() 2381 q=PopShortPixel(MSBEndian,pixel,q); in WriteMIFFImage()
|
D | mpc.c | 1423 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage() 1425 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage() 1427 q=PopShortPixel(MSBEndian,pixel,q); in WriteMPCImage()
|