Home
last modified time | relevance | path

Searched refs:GetPixelInfoIntensity (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/coders/
Dbraille.c281 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >= in WriteBRAILLEImage()
284 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >= in WriteBRAILLEImage()
285 GetPixelInfoIntensity(image,&image->colormap[1])); in WriteBRAILLEImage()
Duil.c331 GetPixelInfoIntensity(image,image->colormap+i) < in WriteUILImage()
Dpng.c10420 (ScaleQuantumToShort(GetPixelInfoIntensity(image, in WriteOnePNGImage()
10691 (ScaleQuantumToShort(((GetPixelInfoIntensity(image, in WriteOnePNGImage()
/external/ImageMagick/MagickCore/
Dcolormap.c288 intensity=(int) GetPixelInfoIntensity((const Image *) NULL,color_2)-(int) in IntensityCompare()
289 GetPixelInfoIntensity((const Image *) NULL,color_1); in IntensityCompare()
Dpixel.h242 GetPixelInfoIntensity(const Image *magick_restrict,
Dcolor.c1833 if (GetPixelInfoIntensity(image,p) == GetPixelInfoIntensity(image,q)) in IsEquivalentIntensity()
1837 pixel=GetPixelInfoIntensity(image,p)-GetPixelInfoIntensity(image,q); in IsEquivalentIntensity()
Dvisual-effects.c2560 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
2566 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
2572 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
3072 intensity=(double) GetPixelInfoIntensity((const Image *) NULL,tint); in TintImage()
Dmethods.h579 #define GetPixelInfoIntensity PrependMagickMethod(GetPixelInfoIntensity) macro
Dxwindow.c5948 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageLSBFirst()
5951 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageLSBFirst()
5952 GetPixelInfoIntensity(image,&canvas->colormap[1]); in XMakeImageLSBFirst()
6565 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageMSBFirst()
6568 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageMSBFirst()
6569 GetPixelInfoIntensity(image,&canvas->colormap[1]); in XMakeImageMSBFirst()
Dquantize.c3712 intensity=GetPixelInfoIntensity((const Image *) NULL,color_1)- in IntensityCompare()
3713 GetPixelInfoIntensity((const Image *) NULL,color_2); in IntensityCompare()
Dpixel.c2224 MagickExport MagickRealType GetPixelInfoIntensity( in GetPixelInfoIntensity() function