Searched refs:DrawSetStrokeDashArray (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/tests/ |
D | drawtest.c | 116 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 131 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 160 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 175 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 206 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 221 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 235 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 256 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 278 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() 301 (void) DrawSetStrokeDashArray(picasso,0,(const double *) NULL); in ScribbleImage() [all …]
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.h | 110 DrawSetStrokeDashArray(DrawingWand *,const size_t,const double *),
|
D | ChangeLog | 163 * DrawSetStrokeDashArray() no longer faults for an array of one element
|
D | drawing-wand.c | 5529 WandExport MagickBooleanType DrawSetStrokeDashArray(DrawingWand *wand, in DrawSetStrokeDashArray() function
|
/external/ImageMagick/coders/ |
D | wmf.c | 2084 (void) DrawSetStrokeDashArray(WmfDrawingWand,2,dasharray); in util_set_pen() 2096 (void) DrawSetStrokeDashArray(WmfDrawingWand,2,dasharray); in util_set_pen() 2109 (void) DrawSetStrokeDashArray(WmfDrawingWand,4,dasharray); in util_set_pen() 2124 (void) DrawSetStrokeDashArray(WmfDrawingWand,6,dasharray); in util_set_pen() 2131 (void) DrawSetStrokeDashArray(WmfDrawingWand,0,(double *) NULL); in util_set_pen()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1286 using MagickCore::DrawSetStrokeDashArray;
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 1208 (void) DrawSetStrokeDashArray(context_,(const unsigned long) _size, in operator ()()
|