Searched refs:PushShortPixel (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantum-import.c | 294 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportAlphaQuantum() 304 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportAlphaQuantum() 463 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 487 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 515 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 580 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 583 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 586 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 596 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 598 p=PushShortPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() [all …]
|
D | quantum-private.h | 252 static inline const unsigned char *PushShortPixel(const EndianType endian, in PushShortPixel() function
|
/external/ImageMagick/coders/ |
D | pnm.c | 731 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 834 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 836 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 838 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 893 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 895 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 897 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1065 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1071 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1136 p=PushShortPixel(MSBEndian,p,&pixel); in ReadPNMImage() [all …]
|
D | psd.c | 643 p=PushShortPixel(MSBEndian,p,&id); in ParseImageResourceBlocks() 644 p=PushShortPixel(MSBEndian,p,&short_sans); in ParseImageResourceBlocks() 661 p=PushShortPixel(MSBEndian,p,&resolution); in ParseImageResourceBlocks() 665 p=PushShortPixel(MSBEndian,p,&short_sans); in ParseImageResourceBlocks() 666 p=PushShortPixel(MSBEndian,p,&short_sans); in ParseImageResourceBlocks() 667 p=PushShortPixel(MSBEndian,p,&short_sans); in ParseImageResourceBlocks() 668 p=PushShortPixel(MSBEndian,p,&resolution); in ParseImageResourceBlocks() 672 p=PushShortPixel(MSBEndian,p,&short_sans); in ParseImageResourceBlocks() 673 p=PushShortPixel(MSBEndian,p,&short_sans); in ParseImageResourceBlocks() 674 p=PushShortPixel(MSBEndian,p,&short_sans); in ParseImageResourceBlocks() [all …]
|
D | miff.c | 246 p=PushShortPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 307 p=PushShortPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 313 p=PushShortPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 315 p=PushShortPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 320 p=PushShortPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 325 p=PushShortPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 1209 p=PushShortPixel(MSBEndian,p,&pixel); in ReadMIFFImage() 1211 p=PushShortPixel(MSBEndian,p,&pixel); in ReadMIFFImage() 1213 p=PushShortPixel(MSBEndian,p,&pixel); in ReadMIFFImage()
|
D | mpc.c | 888 p=PushShortPixel(MSBEndian,p,&pixel); in ReadMPCImage() 890 p=PushShortPixel(MSBEndian,p,&pixel); in ReadMPCImage() 892 p=PushShortPixel(MSBEndian,p,&pixel); in ReadMPCImage()
|