Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddraw.c5791 *stroke_polygon; in DrawStrokePolygon() local
5818 stroke_polygon=TraceStrokePolygon(draw_info,p,exception); in DrawStrokePolygon()
5819 if (stroke_polygon == (PrimitiveInfo *) NULL) in DrawStrokePolygon()
5824 status&=DrawPolygonPrimitive(image,clone_info,stroke_polygon,exception); in DrawStrokePolygon()
5825 stroke_polygon=(PrimitiveInfo *) RelinquishMagickMemory(stroke_polygon); in DrawStrokePolygon()
7243 *stroke_polygon; in TraceStrokePolygon() local
7311 stroke_polygon=(PrimitiveInfo *) AcquireCriticalMemory( in TraceStrokePolygon()
7312 sizeof(*stroke_polygon)); in TraceStrokePolygon()
7313 stroke_polygon[0]=polygon_primitive[0]; in TraceStrokePolygon()
7314 stroke_polygon[0].coordinates=0; in TraceStrokePolygon()
[all …]