Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.c5369 const PixelWand *stroke_wand) in DrawSetStrokeColor() argument
5380 assert(stroke_wand != (const PixelWand *) NULL); in DrawSetStrokeColor()
5381 PixelGetQuantumPacket(stroke_wand,&stroke_color); in DrawSetStrokeColor()