Searched refs:ScaleQuantumToLong (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | stream.c | 2058 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels() 2059 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels() 2060 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels() 2072 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels() 2073 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels() 2074 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels() 2075 *q++=ScaleQuantumToLong((Quantum) (GetPixelAlpha(image,p))); in StreamImagePixels() 2087 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels() 2088 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels() 2089 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels() [all …]
|
D | quantum-export.c | 312 pixel=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportAlphaQuantum() 601 pixel=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportBGRQuantum() 603 pixel=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportBGRQuantum() 605 pixel=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportBGRQuantum() 836 pixel=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportBGRAQuantum() 838 pixel=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportBGRAQuantum() 840 pixel=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportBGRAQuantum() 842 pixel=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportBGRAQuantum() 1080 pixel=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportBGROQuantum() 1082 pixel=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportBGROQuantum() [all …]
|
D | quantum-private.h | 367 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function 468 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function 561 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function 648 static inline unsigned int ScaleQuantumToLong(const Quantum quantum) in ScaleQuantumToLong() function
|
D | pixel.c | 1160 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel() 1161 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel() 1162 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel() 1177 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel() 1178 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel() 1179 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel() 1180 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel() 1195 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel() 1196 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel() 1197 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel() [all …]
|
D | color.c | 1183 (unsigned long) ScaleQuantumToLong(ClampToQuantum(color))); in ConcatenateColorComponent() 1531 (unsigned long) ScaleQuantumToLong(ClampToQuantum(color)), in ConcatentateHexColorComponent() 1532 (unsigned long) ScaleQuantumToLong(ClampToQuantum(color))); in ConcatentateHexColorComponent() 1539 (unsigned int) ScaleQuantumToLong(ClampToQuantum(color))); in ConcatentateHexColorComponent()
|
/external/ImageMagick/coders/ |
D | miff.c | 1879 long_value=ScaleQuantumToLong(ClampToQuantum(pixel->alpha)); in PopRunlengthPacket() 1923 value=ScaleQuantumToLong(ClampToQuantum(pixel->red)); in PopRunlengthPacket() 1927 value=ScaleQuantumToLong(ClampToQuantum(pixel->green)); in PopRunlengthPacket() 1929 value=ScaleQuantumToLong(ClampToQuantum(pixel->blue)); in PopRunlengthPacket() 1934 value=ScaleQuantumToLong(ClampToQuantum(pixel->black)); in PopRunlengthPacket() 1939 value=ScaleQuantumToLong(ClampToQuantum(pixel->alpha)); in PopRunlengthPacket() 2462 long_pixel=ScaleQuantumToLong((Quantum) in WriteMIFFImage() 2465 long_pixel=ScaleQuantumToLong((Quantum) in WriteMIFFImage() 2468 long_pixel=ScaleQuantumToLong((Quantum) in WriteMIFFImage()
|
D | mpc.c | 1487 pixel=ScaleQuantumToLong(ClampToQuantum(image->colormap[i].red)); in WriteMPCImage() 1489 pixel=ScaleQuantumToLong(ClampToQuantum( in WriteMPCImage() 1492 pixel=ScaleQuantumToLong(ClampToQuantum(image->colormap[i].blue)); in WriteMPCImage()
|
D | pnm.c | 1825 "%u ",ScaleQuantumToLong(index)); in WritePNMImage() 1898 "%u %u %u ",ScaleQuantumToLong(GetPixelRed(image,p)), in WritePNMImage() 1899 ScaleQuantumToLong(GetPixelGreen(image,p)), in WritePNMImage() 1900 ScaleQuantumToLong(GetPixelBlue(image,p))); in WritePNMImage() 2064 pixel=ScaleQuantumToLong(GetPixelRed(image,p)); in WritePNMImage()
|