Home
last modified time | relevance | path

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

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