Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dquantum-import.c2321 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 …]
Dpixel.c2619 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 …]
Dpaint.c252 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
285 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
Dprofile.c559 SetPixelGray(image,SetLCMSPixel(target_info,*p),q); in TransformDoublePixels()
609 SetPixelGray(image,*p++,q); in TransformQuantumPixels()
Dimage.c1504 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()
Dpixel-accessor.h764 static inline void SetPixelGray(const Image *magick_restrict image, in SetPixelGray() function
Dcolorspace.c615 SetPixelGray(image,ClampToQuantum(DecodePixelGamma(gray)),q); in sRGBTransformImage()
672 SetPixelGray(image,ClampToQuantum(gray),q); in sRGBTransformImage()
Denhance.c2616 SetPixelGray(image,ClampToQuantum(intensity),q); in GrayscaleImage()
/external/ImageMagick/coders/
Dpnm.c517 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()
Dxcf.c477 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()
Dgray.c349 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage()
425 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage()
Dfits.c469 SetPixelGray(image,ClampToQuantum(scale*(fits_info.scale*(pixel- in ReadFITSImage()
Djp2.c500 SetPixelGray(image,ClampToQuantum(pixel),q); in ReadJP2Image()
Ddds.c1650 SetPixelGray(image,ScaleCharToQuantum(ReadBlobByte(image)),q); in ReadUncompressedRGBPixels()
1816 SetPixelGray(image,ScaleCharToQuantum((unsigned char)color),q); in ReadUncompressedRGBAPixels()