Searched refs:ScaleQuantumToAny (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 337 q=PopQuantumPixel(quantum_info,ScaleQuantumToAny(GetPixelAlpha(image,p), in ExportAlphaQuantum() 387 ScaleQuantumToAny(GetPixelRed(image,p),range) << 22 | in ExportBGRQuantum() 388 ScaleQuantumToAny(GetPixelGreen(image,p),range) << 12 | in ExportBGRQuantum() 389 ScaleQuantumToAny(GetPixelBlue(image,p),range) << 2); in ExportBGRQuantum() 400 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(image,p),range); in ExportBGRQuantum() 402 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p), in ExportBGRQuantum() 405 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(image,p),range); in ExportBGRQuantum() 414 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(image,p),range); in ExportBGRQuantum() 416 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p),range); in ExportBGRQuantum() 418 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(image,p),range); in ExportBGRQuantum() [all …]
|
D | attribute.c | 507 if (pixel == ScaleAnyToQuantum(ScaleQuantumToAny(pixel,range),range)) in GetImageDepth() 607 if (p[i] == ScaleAnyToQuantum(ScaleQuantumToAny(p[i],range),range)) in GetImageDepth() 1153 image->colormap[i].red=(double) ScaleAnyToQuantum(ScaleQuantumToAny( in SetImageDepth() 1156 image->colormap[i].green=(double) ScaleAnyToQuantum(ScaleQuantumToAny( in SetImageDepth() 1159 image->colormap[i].blue=(double) ScaleAnyToQuantum(ScaleQuantumToAny( in SetImageDepth() 1162 image->colormap[i].alpha=(double) ScaleAnyToQuantum(ScaleQuantumToAny( in SetImageDepth() 1184 depth_map[i]=ScaleAnyToQuantum(ScaleQuantumToAny((Quantum) i,range), in SetImageDepth() 1281 q[i]=ScaleAnyToQuantum(ScaleQuantumToAny(ClampPixel((MagickRealType) in SetImageDepth()
|
D | quantum-private.h | 324 static inline QuantumAny ScaleQuantumToAny(const Quantum quantum, in ScaleQuantumToAny() function
|
D | statistic.c | 2008 status=p[i] != ScaleAnyToQuantum(ScaleQuantumToAny(p[i],range), in GetImageStatistics()
|
/external/ImageMagick/coders/ |
D | pnm.c | 2019 pixel=ScaleQuantumToAny(ClampToQuantum(GetPixelLuma( in WritePNMImage() 2026 pixel=ScaleQuantumToAny(GetPixelRed(image,p), in WritePNMImage() 2040 pixel=ScaleQuantumToAny(ClampToQuantum(GetPixelLuma(image, in WritePNMImage() 2047 pixel=ScaleQuantumToAny(GetPixelRed(image,p), in WritePNMImage() 2059 pixel=ScaleQuantumToAny(ClampToQuantum(GetPixelLuma(image,p)), in WritePNMImage() 2066 pixel=ScaleQuantumToAny(GetPixelRed(image,p),max_value); in WritePNMImage() 2137 pixel=ScaleQuantumToAny(GetPixelRed(image,p),max_value); in WritePNMImage() 2139 pixel=ScaleQuantumToAny(GetPixelGreen(image,p),max_value); in WritePNMImage() 2141 pixel=ScaleQuantumToAny(GetPixelBlue(image,p),max_value); in WritePNMImage() 2152 pixel=ScaleQuantumToAny(GetPixelRed(image,p),max_value); in WritePNMImage() [all …]
|
D | tga.c | 694 green=(unsigned char) ScaleQuantumToAny(GetPixelGreen(image,p), in WriteTGAPixel() 696 value=((unsigned char) ScaleQuantumToAny(GetPixelBlue(image,p), in WriteTGAPixel() 701 ((unsigned char) ScaleQuantumToAny(GetPixelRed(image,p),range) << in WriteTGAPixel() 886 green=(unsigned char) ScaleQuantumToAny(ClampToQuantum( in WriteTGAImage() 888 *q++=((unsigned char) ScaleQuantumToAny(ClampToQuantum( in WriteTGAImage() 892 ((unsigned char) ScaleQuantumToAny(ClampToQuantum( in WriteTGAImage()
|
D | bmp.c | 2055 pixel=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2057 pixel|=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2059 pixel|=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2061 pixel|=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2066 pixel=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2068 pixel|=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2070 pixel|=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2076 pixel=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2078 pixel|=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() 2080 pixel|=(unsigned short) (ScaleQuantumToAny( in WriteBMPImage() [all …]
|