Lines Matching refs:PixelWand
1183 PixelWand *border_color) in DrawGetBorderColor()
1187 assert(border_color != (PixelWand *) NULL); in DrawGetBorderColor()
1440 WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color) in DrawGetFillColor()
1444 assert(fill_color != (PixelWand *) NULL); in DrawGetFillColor()
1891 PixelWand *stroke_color) in DrawGetStrokeColor()
1895 assert(stroke_color != (PixelWand *) NULL); in DrawGetStrokeColor()
2786 PixelWand *under_color) in DrawGetTextUnderColor()
2790 assert(under_color != (PixelWand *) NULL); in DrawGetTextUnderColor()
4558 const PixelWand *border_wand) in DrawSetBorderColor()
4569 assert(border_wand != (const PixelWand *) NULL); in DrawSetBorderColor()
4794 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor()
4805 assert(fill_wand != (const PixelWand *) NULL); in DrawSetFillColor()
5369 const PixelWand *stroke_wand) in DrawSetStrokeColor()
5380 assert(stroke_wand != (const PixelWand *) NULL); in DrawSetStrokeColor()
6241 const PixelWand *under_wand) in DrawSetTextUnderColor()
6250 assert(under_wand != (const PixelWand *) NULL); in DrawSetTextUnderColor()