/external/ImageMagick/MagickCore/ |
D | quantum-export.c | 369 q=PopCharPixel(ScaleQuantumToChar(GetPixelGreen(image,p)),q); in ExportBGRQuantum() 388 ScaleQuantumToAny(GetPixelGreen(image,p),range) << 12 | in ExportBGRQuantum() 402 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p), in ExportBGRQuantum() 416 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p),range); in ExportBGRQuantum() 446 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p), in ExportBGRQuantum() 471 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p), in ExportBGRQuantum() 500 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p), in ExportBGRQuantum() 526 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p), in ExportBGRQuantum() 540 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(image,p),range); in ExportBGRQuantum() 560 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(image,p)); in ExportBGRQuantum() [all …]
|
D | stream.c | 1511 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in StreamImagePixels() 1525 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in StreamImagePixels() 1540 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in StreamImagePixels() 1567 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in StreamImagePixels() 1581 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in StreamImagePixels() 1596 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in StreamImagePixels() 1622 *q=ScaleQuantumToChar(GetPixelGreen(image,p)); in StreamImagePixels() 1676 *q++=(double) ((QuantumScale*GetPixelGreen(image,p))* in StreamImagePixels() 1693 *q++=(double) ((QuantumScale*GetPixelGreen(image,p))* in StreamImagePixels() 1712 *q++=(double) ((QuantumScale*GetPixelGreen(image,p))* in StreamImagePixels() [all …]
|
D | pixel.c | 539 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in ExportCharPixel() 556 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in ExportCharPixel() 574 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in ExportCharPixel() 607 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in ExportCharPixel() 624 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in ExportCharPixel() 642 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in ExportCharPixel() 675 *q=ScaleQuantumToChar(GetPixelGreen(image,p)); in ExportCharPixel() 746 *q++=(double) (QuantumScale*GetPixelGreen(image,p)); in ExportDoublePixel() 763 *q++=(double) (QuantumScale*GetPixelGreen(image,p)); in ExportDoublePixel() 781 *q++=(double) (QuantumScale*GetPixelGreen(image,p)); in ExportDoublePixel() [all …]
|
D | segment.c | 395 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,p)) >= in Classify() 397 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,p)) <= in Classify() 411 GetPixelGreen(image,p)); in Classify() 588 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,q)) >= in Classify() 590 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,q)) <= in Classify() 628 ScaleQuantumToChar(GetPixelGreen(image,q))-(ssize_t) in Classify() 639 (ssize_t) ScaleQuantumToChar(GetPixelGreen(image,q))-(ssize_t) in Classify() 1105 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,p)) >= in GetImageDynamicThreshold() 1107 ((ssize_t) ScaleQuantumToChar(GetPixelGreen(image,p)) <= in GetImageDynamicThreshold() 1121 GetPixelGreen(image,p)); in GetImageDynamicThreshold() [all …]
|
D | deprecate.c | 265 q->rgbGreen = ScaleQuantumToChar(GetPixelGreen(image,p)); in CropImageToHBITMAP() 375 q->rgbGreen=ScaleQuantumToChar(GetPixelGreen(image,p)); in ImageToHBITMAP()
|
D | prepress.c | 137 density=(double) GetPixelRed(image,p)+GetPixelGreen(image,p)+ in GetImageTotalInkDensity()
|
D | colorspace.c | 424 gray=0.212656*GetPixelRed(image,q)+0.715158*GetPixelGreen(image,q)+ in sRGBTransformImage() 481 gray=0.212656*GetPixelRed(image,q)+0.715158*GetPixelGreen(image,q)+ in sRGBTransformImage() 564 green=(double) GetPixelGreen(image,q); in sRGBTransformImage() 781 GetPixelGreen(image,q)); in sRGBTransformImage() 846 green=DecodePixelGamma((MagickRealType) GetPixelGreen(image,q)); in sRGBTransformImage() 1094 GetPixelGreen(image,q))); in sRGBTransformImage() 1952 gray=0.212656*GetPixelRed(image,q)+0.715158*GetPixelGreen(image,q)+ in TransformsRGBImage() 2013 gray=0.212656*GetPixelRed(image,q)+0.715158*GetPixelGreen(image,q)+ in TransformsRGBImage() 2097 Y=QuantumScale*GetPixelGreen(image,q); in TransformsRGBImage() 2315 green=(double) logmap[ScaleQuantumToMap(GetPixelGreen(image,q))]; in TransformsRGBImage() [all …]
|
D | visual-effects.c | 382 if (GetPixelGreen(image,p) < quantum) in BlueShiftImage() 383 quantum=GetPixelGreen(image,p); in BlueShiftImage() 387 pixel.green=0.5*(GetPixelGreen(image,p)+factor*quantum); in BlueShiftImage() 390 if (GetPixelGreen(image,p) > quantum) in BlueShiftImage() 391 quantum=GetPixelGreen(image,p); in BlueShiftImage() 855 GetPixelGreen(image,p)+ColorMatrix[v][2]*GetPixelBlue(image,p); in ColorMatrixImage() 1947 if ((double) GetPixelGreen(image,q) < tone) in SepiaToneImage() 2555 SetPixelGreen(stegano_image,SetBit(GetPixelGreen(stegano_image,q),j, in SteganoImage() 2711 SetPixelGreen(stereo_image,GetPixelGreen(right_image,q),r); in StereoAnaglyphImage() 3112 weight=QuantumScale*GetPixelGreen(image,p)-0.5; in TintImage() [all …]
|
/external/ImageMagick/coders/ |
D | yuv.c | 465 SetPixelGreen(image,GetPixelGreen(resize_image,chroma_pixels),q); in ReadYUVImage() 741 GetPixelGreen(yuv_image,s))); in WriteYUVImage() 753 GetPixelGreen(yuv_image,s))); in WriteYUVImage() 831 GetPixelGreen(chroma_image,p))); in WriteYUVImage() 834 GetPixelGreen(chroma_image,p))); in WriteYUVImage()
|
D | hdr.c | 778 if ((QuantumScale*GetPixelGreen(image,p)) > gamma) in WriteHDRImage() 779 gamma=QuantumScale*GetPixelGreen(image,p); in WriteHDRImage() 790 if (GetPixelGreen(image,p) > 0) in WriteHDRImage() 792 GetPixelGreen(image,p)); in WriteHDRImage()
|
D | uyvy.c | 345 pixel.green=(pixel.green+GetPixelGreen(uyvy_image,p))/2; in WriteUYVYImage() 354 pixel.green=(double) GetPixelGreen(uyvy_image,p); in WriteUYVYImage()
|
D | pnm.c | 1884 ScaleQuantumToChar(GetPixelGreen(image,p)), in WritePNMImage() 1890 ScaleQuantumToShort(GetPixelGreen(image,p)), in WritePNMImage() 1895 ScaleQuantumToLong(GetPixelGreen(image,p)), in WritePNMImage() 2133 pixel=ScaleQuantumToAny(GetPixelGreen(image,p),max_value); in WritePNMImage() 2148 pixel=ScaleQuantumToAny(GetPixelGreen(image,p),max_value); in WritePNMImage() 2161 pixel=ScaleQuantumToAny(GetPixelGreen(image,p),max_value); in WritePNMImage() 2287 pixel=ScaleQuantumToAny(GetPixelGreen(image,p), in WritePNMImage() 2312 pixel=ScaleQuantumToAny(GetPixelGreen(image,p), in WritePNMImage() 2335 pixel=ScaleQuantumToAny(GetPixelGreen(image,p),max_value); in WritePNMImage() 2359 pixel=ScaleQuantumToAny(GetPixelGreen(image,p), in WritePNMImage() [all …]
|
D | tga.c | 693 green=(unsigned char) ScaleQuantumToAny(GetPixelGreen(image,p), in WriteTGAPixel() 709 GetPixelGreen(image,p))); in WriteTGAPixel() 946 (GetPixelGreen(image,p+(i*channels)) != in WriteTGAImage() 947 GetPixelGreen(image,p+((i-1)*channels))) || in WriteTGAImage()
|
D | flif.c | 488 *qs++=ScaleQuantumToShort(GetPixelGreen(image,p)); in WriteFLIFImage() 504 *qc++=ScaleQuantumToChar(GetPixelGreen(image,p)); in WriteFLIFImage()
|
D | ps2.c | 905 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in WritePS2Image() 911 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in WritePS2Image() 964 GetPixelGreen(image,p))); in WritePS2Image() 973 GetPixelGreen(image,p))); in WritePS2Image()
|
D | mat.c | 211 f=GetPixelGreen(image,q)-f/2.0; in InsertComplexDoubleRow() 230 f=GetPixelGreen(image,q)-f/2.0; in InsertComplexDoubleRow() 275 if (f < GetPixelGreen(image,q)) in InsertComplexFloatRow() 294 if (f < GetPixelGreen(image,q)) in InsertComplexFloatRow() 433 SetPixelGreen(image,GetPixelGreen(image,q)+QuantumRange/2+1,q); in FixSignedValues()
|
D | braille.c | 300 cell |= (GetPixelGreen(image,p+x+dx+dy*image->columns) == 0) << bit; \ in WriteBRAILLEImage()
|
D | hrz.c | 337 *q++=ScaleQuantumToChar(GetPixelGreen(hrz_image,p)/4); in WriteHRZImage()
|
D | png.c | 222 ScaleQuantumToChar(GetPixelGreen(image,(pixel))) < 0x10 ? \ 298 unsigned char lbr_bits=ScaleQuantumToChar(GetPixelGreen(image,(pixel)))\ 372 unsigned char lbr_bits=ScaleQuantumToChar(GetPixelGreen(image,(pixel)))\ 437 unsigned char lbr_bits=ScaleQuantumToChar(GetPixelGreen(image,(pixel)))\ 928 QuantumToCharToQuantumEqQuantum(GetPixelGreen(image,p)) && in LosslessReduceDepthOK() 3543 ScaleQuantumToShort(GetPixelGreen(image,q)) == in ReadOnePNGImage() 3868 ScaleQuantumToShort(GetPixelGreen(image,q)) == in ReadOnePNGImage() 5082 SetPixelGreen(image,GetPixelGreen(jng_image,s),q); in ReadOneJNGImage() 6970 GetPixelGreen(image,q)),q); in ReadOneMNGImage() 7090 SetPixelGreen(large_image,GetPixelGreen(image, in ReadOneMNGImage() [all …]
|
D | mtv.c | 401 *q++=ScaleQuantumToChar(GetPixelGreen(image,p)); in WriteMTVImage()
|
D | histogram.c | 263 histogram[ScaleQuantumToChar(GetPixelGreen(image,p))].green++; in WriteHISTOGRAMImage()
|
D | ycbcr.c | 270 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadYCBCRImage() 360 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadYCBCRImage() 495 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadYCBCRImage() 766 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadYCBCRImage()
|
D | bgr.c | 271 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadBGRImage() 362 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadBGRImage() 502 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadBGRImage() 779 SetPixelGreen(image,GetPixelGreen(canvas_image,p),q); in ReadBGRImage()
|
/external/ImageMagick/www/source/ |
D | analyze.c | 168 ConvertRGBToHSB(GetPixelRed(p),GetPixelGreen(p), in analyzeImage()
|
/external/ImageMagick/filters/ |
D | analyze.c | 165 ConvertRGBToHSL(GetPixelRed(image,p),GetPixelGreen(image,p), in analyzeImage()
|