Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dstream.c1995 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
1996 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
1997 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2009 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2010 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2011 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2012 *q++=ScaleQuantumToLong((Quantum) (GetPixelAlpha(image,p))); in StreamImagePixels()
2024 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2025 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2026 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
[all …]
Dquantum-export.c311 pixel=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportAlphaQuantum()
600 pixel=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportBGRQuantum()
602 pixel=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportBGRQuantum()
604 pixel=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportBGRQuantum()
835 pixel=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportBGRAQuantum()
837 pixel=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportBGRAQuantum()
839 pixel=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportBGRAQuantum()
841 pixel=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportBGRAQuantum()
1079 pixel=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportBGROQuantum()
1081 pixel=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportBGROQuantum()
[all …]
Dquantum-private.h327 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function
430 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function
519 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function
602 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function
Dpixel.c1158 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1159 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1160 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1175 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1176 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1177 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1178 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1193 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1194 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1195 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
[all …]
Dcolor.c1184 (unsigned long) ScaleQuantumToLong(ClampToQuantum(color))); in ConcatenateColorComponent()
1532 (unsigned long) ScaleQuantumToLong(ClampToQuantum(color)), in ConcatentateHexColorComponent()
1533 (unsigned long) ScaleQuantumToLong(ClampToQuantum(color))); in ConcatentateHexColorComponent()
1540 (unsigned int) ScaleQuantumToLong(ClampToQuantum(color))); in ConcatentateHexColorComponent()
/external/ImageMagick/coders/
Dmiff.c1785 value=ScaleQuantumToLong(ClampToQuantum(pixel->alpha)); in PopRunlengthPacket()
1829 value=ScaleQuantumToLong(ClampToQuantum(pixel->red)); in PopRunlengthPacket()
1833 value=ScaleQuantumToLong(ClampToQuantum(pixel->green)); in PopRunlengthPacket()
1835 value=ScaleQuantumToLong(ClampToQuantum(pixel->blue)); in PopRunlengthPacket()
1840 value=ScaleQuantumToLong(ClampToQuantum(pixel->black)); in PopRunlengthPacket()
1845 value=ScaleQuantumToLong(ClampToQuantum(pixel->alpha)); in PopRunlengthPacket()
2363 pixel=ScaleQuantumToLong(image->colormap[i].red); in WriteMIFFImage()
2365 pixel=ScaleQuantumToLong(image->colormap[i].green); in WriteMIFFImage()
2367 pixel=ScaleQuantumToLong(image->colormap[i].blue); in WriteMIFFImage()
Dmpc.c1409 pixel=ScaleQuantumToLong(image->colormap[i].red); in WriteMPCImage()
1411 pixel=ScaleQuantumToLong(image->colormap[i].green); in WriteMPCImage()
1413 pixel=ScaleQuantumToLong(image->colormap[i].blue); in WriteMPCImage()
Dpnm.c1816 "%u ",ScaleQuantumToLong(index)); in WritePNMImage()
1889 "%u %u %u ",ScaleQuantumToLong(GetPixelRed(image,p)), in WritePNMImage()
1890 ScaleQuantumToLong(GetPixelGreen(image,p)), in WritePNMImage()
1891 ScaleQuantumToLong(GetPixelBlue(image,p))); in WritePNMImage()
2049 pixel=ScaleQuantumToLong(GetPixelRed(image,p)); in WritePNMImage()