Searched refs:stroke_polygon (Results 1 – 1 of 1) sorted by relevance
5632 *stroke_polygon; in DrawStrokePolygon() local5659 stroke_polygon=TraceStrokePolygon(image,draw_info,p); in DrawStrokePolygon()5660 if (stroke_polygon == (PrimitiveInfo *) NULL) in DrawStrokePolygon()5663 stroke_polygon=(PrimitiveInfo *) RelinquishMagickMemory(stroke_polygon); in DrawStrokePolygon()5666 status&=DrawPolygonPrimitive(image,clone_info,stroke_polygon,exception); in DrawStrokePolygon()5667 stroke_polygon=(PrimitiveInfo *) RelinquishMagickMemory(stroke_polygon); in DrawStrokePolygon()7050 *stroke_polygon; in TraceStrokePolygon() local7104 stroke_polygon=(PrimitiveInfo *) AcquireCriticalMemory( in TraceStrokePolygon()7105 sizeof(*stroke_polygon)); in TraceStrokePolygon()7106 stroke_polygon[0]=polygon_primitive[0]; in TraceStrokePolygon()[all …]