Searched refs:pixel_wand (Results 1 – 2 of 2) sorted by relevance
299 *pixel_wand; in operator ()() local302 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 ()() local700 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 …]
6896 *pixel_wand; in MagickMontageImage() local6937 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()