Home
last modified time | relevance | path

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

/external/ImageMagick/tests/
Ddrawtest.c89 DrawSetStrokeColor(picasso,color); in ScribbleImage()
118 DrawSetStrokeColor(picasso,color); in ScribbleImage()
133 DrawSetStrokeColor(picasso,color); in ScribbleImage()
162 DrawSetStrokeColor(picasso,color); in ScribbleImage()
177 DrawSetStrokeColor(picasso,color); in ScribbleImage()
208 DrawSetStrokeColor(picasso,color); in ScribbleImage()
223 DrawSetStrokeColor(picasso,color); in ScribbleImage()
237 DrawSetStrokeColor(picasso,color); in ScribbleImage()
258 DrawSetStrokeColor(picasso,color); in ScribbleImage()
280 DrawSetStrokeColor(picasso,color); in ScribbleImage()
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.h207 DrawSetStrokeColor(DrawingWand *,const PixelWand *),
Ddrawing-wand.c5368 WandExport void DrawSetStrokeColor(DrawingWand *wand, in DrawSetStrokeColor() function
/external/ImageMagick/coders/
Dwmf.c501 DrawSetStrokeColor(drawing_wand,stroke_color); in draw_stroke_color_string()
515 DrawSetStrokeColor(WmfDrawingWand,stroke_color); in draw_stroke_color_rgb()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1285 using MagickCore::DrawSetStrokeColor;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1400 DrawSetStrokeColor(context_,pixel_wand); in operator ()()