Searched refs:pixel_wand (Results 1 – 2 of 2) sorted by relevance
330 *pixel_wand; in operator ()() local333 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 ()() local731 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 …]
6846 *pixel_wand; in MagickMontageImage() local6887 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()