Home
last modified time | relevance | path

Searched refs:PixelSetPixelColor (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickWand/
Dpixel-wand.h103 PixelSetPixelColor(PixelWand *,const PixelInfo *),
106 PixelSetPixelColor(PixelWand *,const PixelInfo *),
Ddeprecate.c86 PixelSetPixelColor(alpha_color,&wand->images->matte_color); in MagickGetImageAlphaColor()
Ddrawing-wand.c1190 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()
Dpixel-wand.c2108 WandExport void PixelSetPixelColor(PixelWand *wand,const PixelInfo *color) in PixelSetPixelColor() function
Dmagick-image.c3839 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()
Dmagick-property.c241 PixelSetPixelColor(background_color,&wand->image_info->background_color); in MagickGetBackgroundColor()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp303 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++/
DInclude.h1423 using MagickCore::PixelSetPixelColor;
/external/ImageMagick/coders/
Dwmf.c867 PixelSetPixelColor(background_color,&ddata->image->background_color); in ipa_device_begin()