/external/ImageMagick/MagickCore/ |
D | quantum-import.c | 2321 SetPixelGray(image,((*p) & (1 << (7-bit))) == 0 ? black : white,q); in ImportGrayQuantum() 2328 SetPixelGray(image,((*p) & (0x01 << (7-bit))) == 0 ? black : white,q); in ImportGrayQuantum() 2344 SetPixelGray(image,ScaleAnyToQuantum(pixel,range),q); in ImportGrayQuantum() 2347 SetPixelGray(image,ScaleAnyToQuantum(pixel,range),q); in ImportGrayQuantum() 2354 SetPixelGray(image,ScaleAnyToQuantum(pixel,range),q); in ImportGrayQuantum() 2369 SetPixelGray(image,QuantumRange-ScaleCharToQuantum(pixel),q); in ImportGrayQuantum() 2379 SetPixelGray(image,ScaleCharToQuantum(pixel),q); in ImportGrayQuantum() 2400 SetPixelGray(image,ScaleAnyToQuantum((pixel >> 22) & 0x3ff, in ImportGrayQuantum() 2403 SetPixelGray(image,ScaleAnyToQuantum((pixel >> 12) & 0x3ff, in ImportGrayQuantum() 2406 SetPixelGray(image,ScaleAnyToQuantum((pixel >> 2) & 0x3ff, in ImportGrayQuantum() [all …]
|
D | pixel.c | 2619 SetPixelGray(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel() 2756 SetPixelGray(image,ScaleCharToQuantum(*p),q); in ImportCharPixel() 2870 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel() 2997 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel() 3111 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportFloatPixel() 3238 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportFloatPixel() 3342 SetPixelGray(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel() 3459 SetPixelGray(image,ScaleLongToQuantum(*p),q); in ImportLongPixel() 3563 SetPixelGray(image,ScaleLongLongToQuantum(*p++),q); in ImportLongLongPixel() 3680 SetPixelGray(image,ScaleLongLongToQuantum(*p),q); in ImportLongLongPixel() [all …]
|
D | paint.c | 252 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage() 285 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
|
D | profile.c | 559 SetPixelGray(image,SetLCMSPixel(target_info,*p),q); in TransformDoublePixels() 609 SetPixelGray(image,*p++,q); in TransformQuantumPixels()
|
D | image.c | 1504 SetPixelGray(mask_image,GetPixelReadMask(image,p),q); in GetImageMask() 1509 SetPixelGray(mask_image,GetPixelWriteMask(image,p),q); in GetImageMask() 1514 SetPixelGray(mask_image,GetPixelCompositeMask(image,p),q); in GetImageMask()
|
D | pixel-accessor.h | 764 static inline void SetPixelGray(const Image *magick_restrict image, in SetPixelGray() function
|
D | colorspace.c | 615 SetPixelGray(image,ClampToQuantum(DecodePixelGamma(gray)),q); in sRGBTransformImage() 672 SetPixelGray(image,ClampToQuantum(gray),q); in sRGBTransformImage()
|
D | enhance.c | 2616 SetPixelGray(image,ClampToQuantum(intensity),q); in GrayscaleImage()
|
/external/ImageMagick/coders/ |
D | pnm.c | 517 SetPixelGray(image,PNMInteger(image,&comment_info,2,exception) == in ReadPNMImage() 564 SetPixelGray(image,intensity,q); in ReadPNMImage() 758 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 770 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 782 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 1056 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage() 1080 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage() 1100 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage()
|
D | xcf.c | 477 SetPixelGray(tile_image,ScaleCharToQuantum(*graydata),q); in load_tile() 579 SetPixelGray(tile_image,data,q); in load_tile_rle() 635 SetPixelGray(tile_image,data,q); in load_tile_rle()
|
D | gray.c | 349 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage() 425 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage()
|
D | fits.c | 469 SetPixelGray(image,ClampToQuantum(scale*(fits_info.scale*(pixel- in ReadFITSImage()
|
D | jp2.c | 500 SetPixelGray(image,ClampToQuantum(pixel),q); in ReadJP2Image()
|
D | dds.c | 1650 SetPixelGray(image,ScaleCharToQuantum(ReadBlobByte(image)),q); in ReadUncompressedRGBPixels() 1816 SetPixelGray(image,ScaleCharToQuantum((unsigned char)color),q); in ReadUncompressedRGBAPixels()
|