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()
2708 PixelWand *under_color) in DrawGetTextUnderColor()
2712 assert(under_color != (PixelWand *) NULL); in DrawGetTextUnderColor()
4477 const PixelWand *border_wand) in DrawSetBorderColor()
4488 assert(border_wand != (const PixelWand *) NULL); in DrawSetBorderColor()
4712 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor()
4723 assert(fill_wand != (const PixelWand *) NULL); in DrawSetFillColor()
5287 const PixelWand *stroke_wand) in DrawSetStrokeColor()
5298 assert(stroke_wand != (const PixelWand *) NULL); in DrawSetStrokeColor()
6157 const PixelWand *under_wand) in DrawSetTextUnderColor()
6166 assert(under_wand != (const PixelWand *) NULL); in DrawSetTextUnderColor()