Home
last modified time | relevance | path

Searched refs:SetPixelGray (Results 1 – 14 of 14) 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,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 …]
Dpixel.c2613 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 …]
Dpaint.c253 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
286 SetPixelGray(floodplane_image,QuantumRange,q); in FloodfillPaintImage()
Dimage.c1515 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()
Dpixel-accessor.h757 static inline void SetPixelGray(const Image *magick_restrict image, in SetPixelGray() function
Dprofile.c1221 SetPixelGray(image,LCMSScaleTarget(*p),q); in ProfileImage()
Dcolorspace.c422 SetPixelGray(image,ClampToQuantum(GetPixelIntensity(image,q)),q); in sRGBTransformImage()
Denhance.c2614 SetPixelGray(image,ClampToQuantum(intensity),q); in GrayscaleImage()
/external/ImageMagick/coders/
Dpnm.c478 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()
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()
427 SetPixelGray(image,GetPixelGray(canvas_image,p),q); in ReadGRAYImage()
Dfits.c469 SetPixelGray(image,ClampToQuantum(scale*(fits_info.scale*(pixel- in ReadFITSImage()
Djp2.c484 SetPixelGray(image,ClampToQuantum(pixel),q); in ReadJP2Image()
Ddds.c2298 SetPixelGray(image,ScaleCharToQuantum(ReadBlobByte(image)),q); in ReadUncompressedRGBPixels()
2408 SetPixelGray(image,ScaleCharToQuantum((unsigned char)color),q); in ReadUncompressedRGBAPixels()