Lines Matching refs:closed_path
5681 closed_path; in DrawPrimitive() local
5686 closed_path=primitive_info[0].closed_subpath; in DrawPrimitive()
5691 closed_path=MagickTrue; in DrawPrimitive()
5693 (closed_path != MagickFalse)) && in DrawPrimitive()
5785 closed_path; in DrawStrokePolygon() local
5829 closed_path=p->closed_subpath; in DrawStrokePolygon()
5830 if ((draw_info->linecap == RoundCap) && (closed_path == MagickFalse)) in DrawStrokePolygon()
7231 closed_path; in TraceStrokePolygon() local
7283 closed_path=(fabs(offset.x) < MagickEpsilon) && in TraceStrokePolygon()
7286 (draw_info->linejoin == MiterJoin)) && (closed_path != MagickFalse)) in TraceStrokePolygon()
7306 if ((draw_info->linecap != RoundCap) || (closed_path != MagickFalse)) in TraceStrokePolygon()
7363 if ((draw_info->linecap == SquareCap) && (closed_path == MagickFalse)) in TraceStrokePolygon()
7629 (p+q+2UL*closed_path+2UL),sizeof(*stroke_polygon)); in TraceStrokePolygon()
7645 if (closed_path != MagickFalse) in TraceStrokePolygon()
7651 for ( ; i < (ssize_t) (p+q+closed_path); i++) in TraceStrokePolygon()
7654 stroke_polygon[i].point=stroke_q[p+q+closed_path-(i+1)]; in TraceStrokePolygon()
7656 if (closed_path != MagickFalse) in TraceStrokePolygon()
7659 stroke_polygon[i].point=stroke_polygon[p+closed_path].point; in TraceStrokePolygon()
7666 stroke_polygon[0].coordinates=(size_t) (p+q+2*closed_path+1); in TraceStrokePolygon()