Home
last modified time | relevance | path

Searched refs:PopDoublePixel (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dquantum-export.c113 static inline unsigned char *PopDoublePixel(QuantumInfo *quantum_info, in PopDoublePixel() function
325 q=PopDoublePixel(quantum_info,(double) GetPixelAlpha(image,p),q); in ExportAlphaQuantum()
618 q=PopDoublePixel(quantum_info,(double) GetPixelRed(image,p),q); in ExportBGRQuantum()
619 q=PopDoublePixel(quantum_info,(double) GetPixelGreen(image,p),q); in ExportBGRQuantum()
620 q=PopDoublePixel(quantum_info,(double) GetPixelBlue(image,p),q); in ExportBGRQuantum()
858 q=PopDoublePixel(quantum_info,(double) GetPixelRed(image,p),q); in ExportBGRAQuantum()
859 q=PopDoublePixel(quantum_info,(double) GetPixelGreen(image,p),q); in ExportBGRAQuantum()
860 q=PopDoublePixel(quantum_info,(double) GetPixelBlue(image,p),q); in ExportBGRAQuantum()
862 q=PopDoublePixel(quantum_info,pixel,q); in ExportBGRAQuantum()
1102 q=PopDoublePixel(quantum_info,(double) GetPixelRed(image,p),q); in ExportBGROQuantum()
[all …]