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 | 229 static inline const unsigned char *PushLongPixel(const EndianType endian, in PushLongPixel() function
|
/external/ImageMagick/coders/ |
D | pnm.c | 739 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 852 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 854 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 856 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 906 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 908 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 910 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1081 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1086 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() 1159 p=PushLongPixel(MSBEndian,p,&pixel); in ReadPNMImage() [all …]
|
D | miff.c | 259 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 335 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 341 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 343 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 348 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 353 p=PushLongPixel(MSBEndian,p,&quantum); in PushRunlengthPacket() 1225 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMIFFImage() 1227 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMIFFImage() 1229 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMIFFImage()
|
D | mpc.c | 904 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMPCImage() 906 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMPCImage() 908 p=PushLongPixel(MSBEndian,p,&pixel); in ReadMPCImage()
|
D | psd.c | 642 p=PushLongPixel(MSBEndian,p,&long_sans); in ParseImageResourceBlocks() 645 p=PushLongPixel(MSBEndian,p,&count); in ParseImageResourceBlocks() 2561 p=PushLongPixel(MSBEndian,p,&long_sans); in RemoveICCProfileFromResourceBlock() 2564 p=PushLongPixel(MSBEndian,p,&count); in RemoveICCProfileFromResourceBlock() 2618 p=PushLongPixel(MSBEndian,p,&long_sans); in RemoveResolutionFromResourceBlock() 2621 p=PushLongPixel(MSBEndian,p,&count); in RemoveResolutionFromResourceBlock()
|