Home
last modified time | relevance | path

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

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