Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp330 *pixel_wand; in operator ()() local
333 pixel_wand=NewPixelWand(); in operator ()()
334 PixelSetPixelColor(pixel_wand,&color); in operator ()()
335 DrawSetBorderColor(context_,pixel_wand); in operator ()()
336 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
730 PixelWand *pixel_wand=NewPixelWand(); in operator ()() local
731 PixelSetPixelColor(pixel_wand,&color); in operator ()()
732 DrawSetFillColor(context_,pixel_wand); in operator ()()
733 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
1429 PixelWand *pixel_wand=NewPixelWand(); in operator ()() local
[all …]
/external/ImageMagick/MagickWand/
Dmagick-image.c6846 *pixel_wand; in MagickMontageImage() local
6887 pixel_wand=NewPixelWand(); in MagickMontageImage()
6888 DrawGetFillColor(drawing_wand,pixel_wand); in MagickMontageImage()
6889 PixelGetQuantumPacket(pixel_wand,&montage_info->fill); in MagickMontageImage()
6890 DrawGetStrokeColor(drawing_wand,pixel_wand); in MagickMontageImage()
6891 PixelGetQuantumPacket(pixel_wand,&montage_info->stroke); in MagickMontageImage()
6892 pixel_wand=DestroyPixelWand(pixel_wand); in MagickMontageImage()