Searched refs:PushLongPixel (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantum-import.c | 239 pixels=PushLongPixel(quantum_info->endian,pixels, in PushQuantumLongPixel() 332 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportAlphaQuantum() 417 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 632 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 634 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 636 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRQuantum() 743 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRAQuantum() 860 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRAQuantum() 862 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRAQuantum() 864 p=PushLongPixel(quantum_info->endian,p,&pixel); in ImportBGRAQuantum() [all …]
|
D | quantum-private.h | 239 static inline const unsigned char *PushLongPixel(const EndianType endian, in PushLongPixel() function
|
/external/ImageMagick/coders/ |
D | pnm.c | 748 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 855 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 857 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 859 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 909 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 911 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 913 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1072 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1078 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1153 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() [all …]
|
D | miff.c | 284 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 365 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 372 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 375 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 381 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 387 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 1288 p=PushLongPixel(MSBEndian,p,&long_pixel); in ReadMIFFImage() 1291 p=PushLongPixel(MSBEndian,p,&long_pixel); in ReadMIFFImage() 1294 p=PushLongPixel(MSBEndian,p,&long_pixel); in ReadMIFFImage()
|
D | mpc.c | 966 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMPCImage() 969 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMPCImage() 972 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMPCImage()
|
D | psd.c | 798 p=PushLongPixel(MSBEndian,p,&count); in ParseImageResourceBlocks() 3142 p=PushLongPixel(MSBEndian,p,&long_sans); in RemoveICCProfileFromResourceBlock() 3145 p=PushLongPixel(MSBEndian,p,&count); in RemoveICCProfileFromResourceBlock() 3200 p=PushLongPixel(MSBEndian,p,&long_sans); in RemoveResolutionFromResourceBlock() 3203 p=PushLongPixel(MSBEndian,p,&count); in RemoveResolutionFromResourceBlock()
|