/external/ImageMagick/MagickCore/ |
D | quantum-import.c | 2047 SetPixelGray(image,((*p) & (1 << (7-bit))) == 0 ? black : white,q); in ImportGrayQuantum() 2054 SetPixelGray(image,((*p) & (0x01 << (7-bit))) == 0 ? black : white,q); in ImportGrayQuantum() 2070 SetPixelGray(image,ScaleAnyToQuantum(pixel,range),q); in ImportGrayQuantum() 2073 SetPixelGray(image,ScaleAnyToQuantum(pixel,range),q); in ImportGrayQuantum() 2080 SetPixelGray(image,ScaleAnyToQuantum(pixel,range),q); in ImportGrayQuantum() 2095 SetPixelGray(image,QuantumRange-ScaleCharToQuantum(pixel),q); in ImportGrayQuantum() 2105 SetPixelGray(image,ScaleCharToQuantum(pixel),q); in ImportGrayQuantum() 2122 SetPixelGray(image,ScaleAnyToQuantum((pixel >> 22) & 0x3ff, in ImportGrayQuantum() 2125 SetPixelGray(image,ScaleAnyToQuantum((pixel >> 12) & 0x3ff, in ImportGrayQuantum() 2128 SetPixelGray(image,ScaleAnyToQuantum((pixel >> 2) & 0x3ff, in ImportGrayQuantum() [all …]
|
D | pixel.c | 2613 SetPixelGray(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel() 2750 SetPixelGray(image,ScaleCharToQuantum(*p),q); in ImportCharPixel() 2864 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel() 2991 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel() 3105 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportFloatPixel() 3232 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportFloatPixel() 3336 SetPixelGray(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel() 3453 SetPixelGray(image,ScaleLongToQuantum(*p),q); in ImportLongPixel() 3557 SetPixelGray(image,ScaleLongLongToQuantum(*p++),q); in ImportLongLongPixel() 3674 SetPixelGray(image,ScaleLongLongToQuantum(*p),q); in ImportLongLongPixel() [all …]
|
D | paint.c | 253 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage() 286 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
|
D | image.c | 1515 SetPixelGray(mask_image,GetPixelReadMask(image,p),q); in GetImageMask() 1520 SetPixelGray(mask_image,GetPixelWriteMask(image,p),q); in GetImageMask() 1525 SetPixelGray(mask_image,GetPixelCompositeMask(image,p),q); in GetImageMask()
|
D | pixel-accessor.h | 757 static inline void SetPixelGray(const Image *magick_restrict image, in SetPixelGray() function
|
D | profile.c | 1221 SetPixelGray(image,LCMSScaleTarget(*p),q); in ProfileImage()
|
D | colorspace.c | 422 SetPixelGray(image,ClampToQuantum(GetPixelIntensity(image,q)),q); in sRGBTransformImage()
|
D | enhance.c | 2614 SetPixelGray(image,ClampToQuantum(intensity),q); in GrayscaleImage()
|
/external/ImageMagick/coders/ |
D | pnm.c | 478 SetPixelGray(image,PNMInteger(image,&comment_info,2,exception) == in ReadPNMImage() 525 SetPixelGray(image,intensity,q); in ReadPNMImage() 725 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 737 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 749 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 1029 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage() 1053 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage() 1073 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() 427 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 | 484 SetPixelGray(image,ClampToQuantum(pixel),q); in ReadJP2Image()
|
D | dds.c | 2298 SetPixelGray(image,ScaleCharToQuantum(ReadBlobByte(image)),q); in ReadUncompressedRGBPixels() 2408 SetPixelGray(image,ScaleCharToQuantum((unsigned char)color),q); in ReadUncompressedRGBAPixels()
|