Lines Matching refs:pixel_wand
330 *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
1430 PixelSetPixelColor(pixel_wand,&color); in operator ()()
1431 DrawSetStrokeColor(context_,pixel_wand); in operator ()()
1432 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()
1744 PixelWand *pixel_wand=NewPixelWand(); in operator ()() local
1745 PixelSetPixelColor(pixel_wand,&color); in operator ()()
1746 DrawSetTextUnderColor(context_,pixel_wand); in operator ()()
1747 pixel_wand=DestroyPixelWand(pixel_wand); in operator ()()