Home
last modified time | relevance | path

Searched refs:pixel_wand (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DDrawable.cpp299 *pixel_wand; in operator ()() local
302 pixel_wand=NewPixelWand(); in operator ()()
303 PixelSetPixelColor(pixel_wand,&color); in operator ()()
304 DrawSetBorderColor(context_,pixel_wand); in operator ()()
305 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
699 PixelWand *pixel_wand=NewPixelWand(); in operator ()() local
700 PixelSetPixelColor(pixel_wand,&color); in operator ()()
701 DrawSetFillColor(context_,pixel_wand); in operator ()()
702 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
1398 PixelWand *pixel_wand=NewPixelWand(); in operator ()() local
[all …]
/external/ImageMagick/MagickWand/
Dmagick-image.c6896 *pixel_wand; in MagickMontageImage() local
6937 pixel_wand=NewPixelWand(); in MagickMontageImage()
6938 DrawGetFillColor(drawing_wand,pixel_wand); in MagickMontageImage()
6939 PixelGetQuantumPacket(pixel_wand,&montage_info->fill); in MagickMontageImage()
6940 DrawGetStrokeColor(drawing_wand,pixel_wand); in MagickMontageImage()
6941 PixelGetQuantumPacket(pixel_wand,&montage_info->stroke); in MagickMontageImage()
6942 pixel_wand=DestroyPixelWand(pixel_wand); in MagickMontageImage()