Home
last modified time | relevance | path

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

/external/ImageMagick/tests/
Dwandtest.c5306 background=DestroyPixelWand(background); in main()
5307 border=DestroyPixelWand(border); in main()
5315 fill=DestroyPixelWand(fill); in main()
Ddrawtest.c404 color=DestroyPixelWand(color); in ScribbleImage()
/external/ImageMagick/api_examples/
Dwand.c85 color = DestroyPixelWand(color); in main()
/external/ImageMagick/MagickWand/
Dpixel-wand.h60 *DestroyPixelWand(PixelWand *),
Dpixel-wand.c236 WandExport PixelWand *DestroyPixelWand(PixelWand *wand) in DestroyPixelWand() function
287 wand[i]=DestroyPixelWand(wand[i]); in DestroyPixelWands()
Dmagick-image.c6892 pixel_wand=DestroyPixelWand(pixel_wand); in MagickMontageImage()
/external/ImageMagick/coders/
Dwmf.c475 fill_color=DestroyPixelWand(fill_color); in draw_fill_color_string()
488 fill_color=DestroyPixelWand(fill_color); in draw_fill_color_rgb()
500 stroke_color=DestroyPixelWand(stroke_color); in draw_stroke_color_string()
514 stroke_color=DestroyPixelWand(stroke_color); in draw_stroke_color_rgb()
526 under_color=DestroyPixelWand(under_color); in draw_under_color_string()
862 background_color=DestroyPixelWand(background_color); in ipa_device_begin()
1581 under_color=DestroyPixelWand(under_color); in ipa_draw_text()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp336 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
733 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
1432 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
1747 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1193 using MagickCore::DestroyPixelWand;