Home
last modified time | relevance | path

Searched refs:fill_wand (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.c4794 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor() argument
4805 assert(fill_wand != (const PixelWand *) NULL); in DrawSetFillColor()
4806 PixelGetQuantumPacket(fill_wand,&fill_color); in DrawSetFillColor()