Home
last modified time | relevance | path

Searched refs:SetPixelGray (Results 1 – 15 of 15) sorted by relevance

/external/ImageMagick/MagickCore/
Dquantum-import.c2047 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 …]
Dpixel.c2612 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 …]
Dpaint.c253 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
286 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
Dpixel-accessor.h734 static inline void SetPixelGray(const Image *magick_restrict image, in SetPixelGray() function
Dprofile.c1158 SetPixelGray(image,ScaleShortToQuantum(*p),q); in ProfileImage()
Dimage.c1482 SetPixelGray(mask_image,GetPixelWriteMask(image,p),q); in GetImageMask()
1487 SetPixelGray(mask_image,GetPixelReadMask(image,p),q); in GetImageMask()
Dcolorspace.c366 SetPixelGray(image,ClampToQuantum(GetPixelIntensity(image,q)),q); in sRGBTransformImage()
Denhance.c2112 SetPixelGray(image,ClampToQuantum(intensity),q); in GrayscaleImage()
/external/ImageMagick/coders/
Dpnm.c453 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()
Dxcf.c382 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()
Dgray.c237 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage()
Dfits.c463 SetPixelGray(image,ClampToQuantum(scale*(fits_info.scale*(pixel- in ReadFITSImage()
Ddds.c2150 SetPixelGray(image,ScaleCharToQuantum(ReadBlobByte(image)),q); in ReadUncompressedRGB()
2239 SetPixelGray(image,ScaleCharToQuantum((unsigned char)color),q); in ReadUncompressedRGBA()
Dpsd.c793 SetPixelGray(image,pixel,q); in SetPSDPixel()
/external/ImageMagick/MagickWand/
Doperation.c2012 SetPixelGray(mask_image,GetPixelAlpha(mask_image,q),q); in CLISimpleOperatorImage()