/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,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 | 2612 SetPixelGray(image,ScaleCharToQuantum(*p++),q); in ImportCharPixel() 2749 SetPixelGray(image,ScaleCharToQuantum(*p),q); in ImportCharPixel() 2862 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel() 2989 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportDoublePixel() 3102 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportFloatPixel() 3229 SetPixelGray(image,ClampToQuantum(QuantumRange*(*p)),q); in ImportFloatPixel() 3332 SetPixelGray(image,ScaleLongToQuantum(*p++),q); in ImportLongPixel() 3449 SetPixelGray(image,ScaleLongToQuantum(*p),q); in ImportLongPixel() 3552 SetPixelGray(image,ScaleLongLongToQuantum(*p++),q); in ImportLongLongPixel() 3669 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 | pixel-accessor.h | 734 static inline void SetPixelGray(const Image *magick_restrict image, in SetPixelGray() function
|
D | profile.c | 1158 SetPixelGray(image,ScaleShortToQuantum(*p),q); in ProfileImage()
|
D | image.c | 1482 SetPixelGray(mask_image,GetPixelWriteMask(image,p),q); in GetImageMask() 1487 SetPixelGray(mask_image,GetPixelReadMask(image,p),q); in GetImageMask()
|
D | colorspace.c | 366 SetPixelGray(image,ClampToQuantum(GetPixelIntensity(image,q)),q); in sRGBTransformImage()
|
D | enhance.c | 2112 SetPixelGray(image,ClampToQuantum(intensity),q); in GrayscaleImage()
|
/external/ImageMagick/coders/ |
D | pnm.c | 453 SetPixelGray(image,PNMInteger(image,2,exception) == 0 ? in ReadPNMImage() 500 SetPixelGray(image,intensity,q); in ReadPNMImage() 719 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 732 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 740 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage() 1041 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage() 1066 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value), in ReadPNMImage() 1082 SetPixelGray(image,ScaleAnyToQuantum(pixel,max_value),q); in ReadPNMImage()
|
D | xcf.c | 382 SetPixelGray(tile_image,ScaleCharToQuantum(*graydata),q); in load_tile() 484 SetPixelGray(tile_image,ScaleCharToQuantum(data),q); in load_tile_rle() 540 SetPixelGray(tile_image,ScaleCharToQuantum(data),q); in load_tile_rle()
|
D | gray.c | 237 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage()
|
D | fits.c | 463 SetPixelGray(image,ClampToQuantum(scale*(fits_info.scale*(pixel- in ReadFITSImage()
|
D | dds.c | 2150 SetPixelGray(image,ScaleCharToQuantum(ReadBlobByte(image)),q); in ReadUncompressedRGB() 2239 SetPixelGray(image,ScaleCharToQuantum((unsigned char)color),q); in ReadUncompressedRGBA()
|
D | psd.c | 793 SetPixelGray(image,pixel,q); in SetPSDPixel()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 2012 SetPixelGray(mask_image,GetPixelAlpha(mask_image,q),q); in CLISimpleOperatorImage()
|