Searched refs:IsPixelInfoEquivalent (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 4575 (IsPixelInfoEquivalent(current_border,&new_border) == MagickFalse)) in DrawSetBorderColor() 4811 (IsPixelInfoEquivalent(current_fill,&new_fill) == MagickFalse)) in DrawSetFillColor() 5386 (IsPixelInfoEquivalent(current_stroke,&new_stroke) == MagickFalse)) in DrawSetStrokeColor() 6254 (IsPixelInfoEquivalent(&CurrentContext->undercolor,&under_color) == MagickFalse)) in DrawSetTextUnderColor()
|
/external/ImageMagick/MagickCore/ |
D | pixel-accessor.h | 540 static inline MagickBooleanType IsPixelInfoEquivalent( in IsPixelInfoEquivalent() function
|
D | animate.c | 888 if (IsPixelInfoEquivalent(next->colormap+i,images->colormap+i) == MagickFalse) in XAnimateBackgroundImage() 1516 if (IsPixelInfoEquivalent(next->colormap+i,images->colormap+i) == MagickFalse) in XAnimateImages()
|
D | quantize.c | 3838 if (IsPixelInfoEquivalent(&colormap[j],&image->colormap[i]) == MagickFalse) in SetGrayscaleImage()
|
/external/ImageMagick/coders/ |
D | gif.c | 1698 if (IsPixelInfoEquivalent(&image->background_color,image->colormap+j)) in WriteGIFImage()
|
D | miff.c | 2665 (IsPixelInfoEquivalent(&pixel,&target) != MagickFalse)) in WriteMIFFImage()
|
D | wmf.c | 698 !(IsPixelInfoEquivalent(&ddata->image_info->background_color,&white)) || in ipa_bmp_draw()
|