Searched refs:PixelSetPixelColor (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | pixel-wand.h | 103 PixelSetPixelColor(PixelWand *,const PixelInfo *), 106 PixelSetPixelColor(PixelWand *,const PixelInfo *),
|
D | deprecate.c | 86 PixelSetPixelColor(alpha_color,&wand->images->matte_color); in MagickGetImageAlphaColor()
|
D | drawing-wand.c | 1190 PixelSetPixelColor(border_color,&CurrentContext->border_color); in DrawGetBorderColor() 1447 PixelSetPixelColor(fill_color,&CurrentContext->fill); in DrawGetFillColor() 1898 PixelSetPixelColor(stroke_color,&CurrentContext->stroke); in DrawGetStrokeColor() 2793 PixelSetPixelColor(under_color,&CurrentContext->undercolor); in DrawGetTextUnderColor()
|
D | pixel-wand.c | 2108 WandExport void PixelSetPixelColor(PixelWand *wand,const PixelInfo *color) in PixelSetPixelColor() function
|
D | magick-image.c | 3839 PixelSetPixelColor(background_color,&wand->images->background_color); in MagickGetImageBackgroundColor() 4025 PixelSetPixelColor(border_color,&wand->images->border_color); in MagickGetImageBorderColor() 4305 PixelSetPixelColor(color,wand->images->colormap+index); in MagickGetImageColormapColor() 5055 PixelSetPixelColor(pixel_wands[i],&histogram[i]); in MagickGetImageHistogram() 5243 PixelSetPixelColor(matte_color,&wand->images->matte_color); in MagickGetImageMatteColor()
|
D | magick-property.c | 241 PixelSetPixelColor(background_color,&wand->image_info->background_color); in MagickGetBackgroundColor()
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 303 PixelSetPixelColor(pixel_wand,&color); in operator ()() 700 PixelSetPixelColor(pixel_wand,&color); in operator ()() 1399 PixelSetPixelColor(pixel_wand,&color); in operator ()() 1714 PixelSetPixelColor(pixel_wand,&color); in operator ()()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1423 using MagickCore::PixelSetPixelColor;
|
/external/ImageMagick/coders/ |
D | wmf.c | 867 PixelSetPixelColor(background_color,&ddata->image->background_color); in ipa_device_begin()
|