Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddraw.c194 DrawStrokePolygon(Image *,const DrawInfo *,const PrimitiveInfo *,
1864 status&=DrawStrokePolygon(image,clone_info,dash_polygon,exception); in DrawDashPolygon()
1891 status&=DrawStrokePolygon(image,clone_info,dash_polygon,exception); in DrawDashPolygon()
5708 status&=DrawStrokePolygon(image,draw_info,primitive_info,exception); in DrawPrimitive()
5777 static MagickBooleanType DrawStrokePolygon(Image *image, in DrawStrokePolygon() function
/external/ImageMagick/
DChangeLog2454 * Check for buffer overflow in magick/draw.c/DrawStrokePolygon().