Home
last modified time | relevance | path

Searched refs:IsPixelInfoEquivalent (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dhistogram.c261 if (IsPixelInfoEquivalent(&pixel,&target) != MagickFalse) in ClassifyImageColors()
718 if (IsPixelInfoEquivalent(&pixel,&target) != MagickFalse) in CheckImageColors()
Dpixel-accessor.h518 static inline MagickBooleanType IsPixelInfoEquivalent( in IsPixelInfoEquivalent() function
Danimate.c885 if (IsPixelInfoEquivalent(next->colormap+i,images->colormap+i) == MagickFalse) in XAnimateBackgroundImage()
1509 if (IsPixelInfoEquivalent(next->colormap+i,images->colormap+i) == MagickFalse) in XAnimateImages()
Dquantize.c3401 if (IsPixelInfoEquivalent(&colormap[j],&image->colormap[i]) == MagickFalse) in SetGrayscaleImage()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c4493 (IsPixelInfoEquivalent(current_border,&new_border) == MagickFalse)) in DrawSetBorderColor()
4728 (IsPixelInfoEquivalent(current_fill,&new_fill) == MagickFalse)) in DrawSetFillColor()
5303 (IsPixelInfoEquivalent(current_stroke,&new_stroke) == MagickFalse)) in DrawSetStrokeColor()
6169 (IsPixelInfoEquivalent(&CurrentContext->undercolor,&under_color) == MagickFalse)) in DrawSetTextUnderColor()
/external/ImageMagick/coders/
Dgif.c1654 if (IsPixelInfoEquivalent(&image->background_color,image->colormap+j)) in WriteGIFImage()
Dmiff.c2573 (IsPixelInfoEquivalent(&pixel,&target) != MagickFalse)) in WriteMIFFImage()
Dwmf.c699 !(IsPixelInfoEquivalent(&ddata->image_info->background_color,&white)) || in ipa_bmp_draw()