Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dquantum-import.c333 SetPixelAlpha(image,ScaleLongToQuantum(pixel),q); in ImportAlphaQuantum()
633 SetPixelBlue(image,ScaleLongToQuantum(pixel),q); in ImportBGRQuantum()
635 SetPixelGreen(image,ScaleLongToQuantum(pixel),q); in ImportBGRQuantum()
637 SetPixelRed(image,ScaleLongToQuantum(pixel),q); in ImportBGRQuantum()
861 SetPixelBlue(image,ScaleLongToQuantum(pixel),q); in ImportBGRAQuantum()
863 SetPixelGreen(image,ScaleLongToQuantum(pixel),q); in ImportBGRAQuantum()
865 SetPixelRed(image,ScaleLongToQuantum(pixel),q); in ImportBGRAQuantum()
867 SetPixelAlpha(image,ScaleLongToQuantum(pixel),q); in ImportBGRAQuantum()
1095 SetPixelBlue(image,ScaleLongToQuantum(pixel),q); in ImportBGROQuantum()
1097 SetPixelGreen(image,ScaleLongToQuantum(pixel),q); in ImportBGROQuantum()
[all …]
Dquantum-private.h295 static inline Quantum ScaleLongToQuantum(const unsigned int value) in ScaleLongToQuantum() function
397 static inline Quantum ScaleLongToQuantum(const unsigned int value) in ScaleLongToQuantum() function
496 static inline Quantum ScaleLongToQuantum(const unsigned int value) in ScaleLongToQuantum() function
583 static inline Quantum ScaleLongToQuantum(const unsigned int value) in ScaleLongToQuantum() function
Dpixel.c3273 SetPixelBlue(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3274 SetPixelGreen(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3275 SetPixelRed(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3292 SetPixelBlue(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3293 SetPixelGreen(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3294 SetPixelRed(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3295 SetPixelAlpha(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3312 SetPixelBlue(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3313 SetPixelGreen(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
3314 SetPixelRed(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel()
[all …]
/external/ImageMagick/coders/
Dmpc.c905 image->colormap[i].red=ScaleLongToQuantum(pixel); in ReadMPCImage()
907 image->colormap[i].green=ScaleLongToQuantum(pixel); in ReadMPCImage()
909 image->colormap[i].blue=ScaleLongToQuantum(pixel); in ReadMPCImage()
Dvips.c291 return(ScaleLongToQuantum(ReadBlobLong(image))); in ReadVIPSPixelNONE()
Dmiff.c1226 image->colormap[i].red=ScaleLongToQuantum(pixel); in ReadMIFFImage()
1228 image->colormap[i].green=ScaleLongToQuantum(pixel); in ReadMIFFImage()
1230 image->colormap[i].blue=ScaleLongToQuantum(pixel); in ReadMIFFImage()
Dpnm.c853 SetPixelRed(image,ScaleLongToQuantum(pixel),q); in ReadPNMImage()
855 SetPixelGreen(image,ScaleLongToQuantum(pixel),q); in ReadPNMImage()
857 SetPixelBlue(image,ScaleLongToQuantum(pixel),q); in ReadPNMImage()