Home
last modified time | relevance | path

Searched refs:GetPixelInfoIntensity (Results 1 – 12 of 12) 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.c229 if (GetPixelInfoIntensity(image,&stops[0].color) > (QuantumRange/2.0)) in ReadGRADIENTImage()
Duil.c331 GetPixelInfoIntensity(image,image->colormap+i) < in WriteUILImage()
Dpng.c10403 (ScaleQuantumToShort(GetPixelInfoIntensity(image, in WriteOnePNGImage()
10674 (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.h239 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()
Dmethods.h512 #define GetPixelInfoIntensity PrependMagickMethod(GetPixelInfoIntensity) macro
Dfx.c4905 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
4911 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
4917 GetBit(GetPixelInfoIntensity(stegano_image,&pixel),i)),q); in SteganoImage()
5418 intensity=(double) GetPixelInfoIntensity((const Image *) NULL,tint); in TintImage()
Dxwindow.c5954 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageLSBFirst()
5957 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageLSBFirst()
5958 GetPixelInfoIntensity(image,&canvas->colormap[1]); in XMakeImageLSBFirst()
6571 polarity=(unsigned short) ((GetPixelInfoIntensity(image, in XMakeImageMSBFirst()
6574 polarity=GetPixelInfoIntensity(image,&canvas->colormap[0]) < in XMakeImageMSBFirst()
6575 GetPixelInfoIntensity(image,&canvas->colormap[1]); in XMakeImageMSBFirst()
Dquantize.c3297 intensity=GetPixelInfoIntensity((const Image *) NULL,color_1)- in IntensityCompare()
3298 GetPixelInfoIntensity((const Image *) NULL,color_2); in IntensityCompare()
Dpixel.c2224 MagickExport MagickRealType GetPixelInfoIntensity( in GetPixelInfoIntensity() function