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()
5317 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.c6942 pixel_wand=DestroyPixelWand(pixel_wand); in MagickMontageImage()
/external/ImageMagick/coders/
Dwmf.c477 fill_color=DestroyPixelWand(fill_color); in draw_fill_color_string()
490 fill_color=DestroyPixelWand(fill_color); in draw_fill_color_rgb()
502 stroke_color=DestroyPixelWand(stroke_color); in draw_stroke_color_string()
516 stroke_color=DestroyPixelWand(stroke_color); in draw_stroke_color_rgb()
528 under_color=DestroyPixelWand(under_color); in draw_under_color_string()
869 background_color=DestroyPixelWand(background_color); in ipa_device_begin()
1588 under_color=DestroyPixelWand(under_color); in ipa_draw_text()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp305 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
702 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
1401 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
1716 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1216 using MagickCore::DestroyPixelWand;