Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dquantum-export.c823 float_pixel; in ExportBGRAQuantum() local
828 float_pixel=(float) GetPixelAlpha(image,p); in ExportBGRAQuantum()
829 q=PopFloatPixel(quantum_info,float_pixel,q); in ExportBGRAQuantum()
1067 float_pixel; in ExportBGROQuantum() local
1072 float_pixel=(float) GetPixelOpacity(image,p); in ExportBGROQuantum()
1073 q=PopFloatPixel(quantum_info,float_pixel,q); in ExportBGROQuantum()
1697 float_pixel; in ExportCMYKAQuantum() local
1703 float_pixel=(float) (GetPixelAlpha(image,p)); in ExportCMYKAQuantum()
1704 q=PopFloatPixel(quantum_info,float_pixel,q); in ExportCMYKAQuantum()
1862 float_pixel; in ExportCMYKOQuantum() local
[all …]