Lines Matching refs:stroke_polygon

5791     *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()
7317 return(stroke_polygon); in TraceStrokePolygon()
7628 stroke_polygon=(PrimitiveInfo *) AcquireQuantumMemory((size_t) in TraceStrokePolygon()
7629 (p+q+2UL*closed_path+2UL),sizeof(*stroke_polygon)); in TraceStrokePolygon()
7630 if (stroke_polygon == (PrimitiveInfo *) NULL) in TraceStrokePolygon()
7638 return(stroke_polygon); in TraceStrokePolygon()
7642 stroke_polygon[i]=polygon_primitive[0]; in TraceStrokePolygon()
7643 stroke_polygon[i].point=stroke_p[i]; in TraceStrokePolygon()
7647 stroke_polygon[i]=polygon_primitive[0]; in TraceStrokePolygon()
7648 stroke_polygon[i].point=stroke_polygon[0].point; in TraceStrokePolygon()
7653 stroke_polygon[i]=polygon_primitive[0]; in TraceStrokePolygon()
7654 stroke_polygon[i].point=stroke_q[p+q+closed_path-(i+1)]; in TraceStrokePolygon()
7658 stroke_polygon[i]=polygon_primitive[0]; in TraceStrokePolygon()
7659 stroke_polygon[i].point=stroke_polygon[p+closed_path].point; in TraceStrokePolygon()
7662 stroke_polygon[i]=polygon_primitive[0]; in TraceStrokePolygon()
7663 stroke_polygon[i].point=stroke_polygon[0].point; in TraceStrokePolygon()
7665 stroke_polygon[i].primitive=UndefinedPrimitive; in TraceStrokePolygon()
7666 stroke_polygon[0].coordinates=(size_t) (p+q+2*closed_path+1); in TraceStrokePolygon()
7670 return(stroke_polygon); in TraceStrokePolygon()