Searched refs:fill_wand (Results 1 – 1 of 1) sorted by relevance
4794 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor() argument4805 assert(fill_wand != (const PixelWand *) NULL); in DrawSetFillColor()4806 PixelGetQuantumPacket(fill_wand,&fill_color); in DrawSetFillColor()