Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dbraille.c269 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >= in WriteBRAILLEImage()
272 polarity=(Quantum) (GetPixelInfoIntensity(image,&image->colormap[0]) >= in WriteBRAILLEImage()
273 GetPixelInfoIntensity(image,&image->colormap[1])); in WriteBRAILLEImage()
Dgradient.c157 if (GetPixelInfoIntensity(image,&stops[0].color) > (QuantumRange/2.0)) in ReadGRADIENTImage()
Duil.c329 GetPixelInfoIntensity(image,image->colormap+i) < in WriteUILImage()
Dpng.c9914 (ScaleQuantumToShort(GetPixelInfoIntensity(image, in WriteOnePNGImage()
10184 (ScaleQuantumToShort(((GetPixelInfoIntensity(image, in WriteOnePNGImage()
/external/ImageMagick/MagickCore/
Dcolormap.c280 intensity=(int) GetPixelInfoIntensity((const Image *) NULL,color_2)-(int) in IntensityCompare()
281 GetPixelInfoIntensity((const Image *) NULL,color_1); in IntensityCompare()
Dpixel.h235 GetPixelInfoIntensity(const Image *magick_restrict,
Dcolor.c1871 if (GetPixelInfoIntensity(image,p) == GetPixelInfoIntensity(image,q)) in IsEquivalentIntensity()
1875 pixel=GetPixelInfoIntensity(image,p)-GetPixelInfoIntensity(image,q); in IsEquivalentIntensity()
Dfx.c4875 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
4881 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
4887 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
5382 intensity=(double) GetPixelInfoIntensity((const Image *) NULL,tint); in TintImage()
Dxwindow.c5956 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageLSBFirst()
5959 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageLSBFirst()
5960 GetPixelInfoIntensity(image,&canvas->colormap[1]); in XMakeImageLSBFirst()
6573 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageMSBFirst()
6576 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageMSBFirst()
6577 GetPixelInfoIntensity(image,&canvas->colormap[1]); in XMakeImageMSBFirst()
Dquantize.c3289 intensity=GetPixelInfoIntensity((const Image *) NULL,color_1)- in IntensityCompare()
3290 GetPixelInfoIntensity((const Image *) NULL,color_2); in IntensityCompare()
Dpixel.c2223 MagickExport MagickRealType GetPixelInfoIntensity( in GetPixelInfoIntensity() function