Lines Matching refs:closed_path
4722 closed_path; in DrawPrimitive() local
4728 closed_path= in DrawPrimitive()
4733 if (((closed_path != MagickFalse) && in DrawPrimitive()
4824 closed_path; in DrawStrokePolygon() local
4861 closed_path=(fabs(q->point.x-p->point.x) < DrawEpsilon) && in DrawStrokePolygon()
4863 if ((draw_info->linecap == RoundCap) && (closed_path == MagickFalse)) in DrawStrokePolygon()
5964 closed_path; in TraceStrokePolygon() local
6014 closed_path= in TraceStrokePolygon()
6019 ((draw_info->linejoin == MiterJoin) && (closed_path != MagickFalse))) in TraceStrokePolygon()
6064 if ((draw_info->linecap == SquareCap) && (closed_path == MagickFalse)) in TraceStrokePolygon()
6353 (p+q+2UL*closed_path+2UL),sizeof(*stroke_polygon)); in TraceStrokePolygon()
6361 if (closed_path != MagickFalse) in TraceStrokePolygon()
6367 for ( ; i < (ssize_t) (p+q+closed_path); i++) in TraceStrokePolygon()
6370 stroke_polygon[i].point=path_q[p+q+closed_path-(i+1)]; in TraceStrokePolygon()
6372 if (closed_path != MagickFalse) in TraceStrokePolygon()
6375 stroke_polygon[i].point=stroke_polygon[p+closed_path].point; in TraceStrokePolygon()
6382 stroke_polygon[0].coordinates=(size_t) (p+q+2*closed_path+1); in TraceStrokePolygon()