Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dstream.c2159 *q++=ScaleQuantumToLongLong(GetPixelBlue(image,p)); in StreamImagePixels()
2160 *q++=ScaleQuantumToLongLong(GetPixelGreen(image,p)); in StreamImagePixels()
2161 *q++=ScaleQuantumToLongLong(GetPixelRed(image,p)); in StreamImagePixels()
2173 *q++=ScaleQuantumToLongLong(GetPixelBlue(image,p)); in StreamImagePixels()
2174 *q++=ScaleQuantumToLongLong(GetPixelGreen(image,p)); in StreamImagePixels()
2175 *q++=ScaleQuantumToLongLong(GetPixelRed(image,p)); in StreamImagePixels()
2176 *q++=ScaleQuantumToLongLong(GetPixelAlpha(image,p)); in StreamImagePixels()
2188 *q++=ScaleQuantumToLongLong(GetPixelBlue(image,p)); in StreamImagePixels()
2189 *q++=ScaleQuantumToLongLong(GetPixelGreen(image,p)); in StreamImagePixels()
2190 *q++=ScaleQuantumToLongLong(GetPixelRed(image,p)); in StreamImagePixels()
[all …]
Dquantum-private.h340 static inline MagickSizeType ScaleQuantumToLongLong(const Quantum quantum) in ScaleQuantumToLongLong() function
443 static inline MagickSizeType ScaleQuantumToLongLong(const Quantum quantum) in ScaleQuantumToLongLong() function
532 static inline MagickSizeType ScaleQuantumToLongLong(const Quantum quantum) in ScaleQuantumToLongLong() function
607 static inline MagickSizeType ScaleQuantumToLongLong(const Quantum quantum) in ScaleQuantumToLongLong() function
Dpixel.c1364 *q++=ScaleQuantumToLongLong(GetPixelBlue(image,p)); in ExportLongLongPixel()
1365 *q++=ScaleQuantumToLongLong(GetPixelGreen(image,p)); in ExportLongLongPixel()
1366 *q++=ScaleQuantumToLongLong(GetPixelRed(image,p)); in ExportLongLongPixel()
1381 *q++=ScaleQuantumToLongLong(GetPixelBlue(image,p)); in ExportLongLongPixel()
1382 *q++=ScaleQuantumToLongLong(GetPixelGreen(image,p)); in ExportLongLongPixel()
1383 *q++=ScaleQuantumToLongLong(GetPixelRed(image,p)); in ExportLongLongPixel()
1384 *q++=ScaleQuantumToLongLong(GetPixelAlpha(image,p)); in ExportLongLongPixel()
1399 *q++=ScaleQuantumToLongLong(GetPixelBlue(image,p)); in ExportLongLongPixel()
1400 *q++=ScaleQuantumToLongLong(GetPixelGreen(image,p)); in ExportLongLongPixel()
1401 *q++=ScaleQuantumToLongLong(GetPixelRed(image,p)); in ExportLongLongPixel()
[all …]