Lines Matching refs:closed_path
5523 closed_path; in DrawPrimitive() local
5528 closed_path=primitive_info[0].closed_subpath; in DrawPrimitive()
5533 closed_path=MagickTrue; in DrawPrimitive()
5535 (closed_path != MagickFalse)) && in DrawPrimitive()
5626 closed_path; in DrawStrokePolygon() local
5671 closed_path=p->closed_subpath; in DrawStrokePolygon()
5672 if ((draw_info->linecap == RoundCap) && (closed_path == MagickFalse)) in DrawStrokePolygon()
7038 closed_path; in TraceStrokePolygon() local
7077 closed_path=primitive_info[0].closed_subpath; in TraceStrokePolygon()
7079 (draw_info->linejoin == MiterJoin)) && (closed_path != MagickFalse)) in TraceStrokePolygon()
7099 if ((draw_info->linecap != RoundCap) || (closed_path != MagickFalse)) in TraceStrokePolygon()
7155 if ((draw_info->linecap == SquareCap) && (closed_path == MagickFalse)) in TraceStrokePolygon()
7421 (p+q+2UL*closed_path+2UL),sizeof(*stroke_polygon)); in TraceStrokePolygon()
7429 if (closed_path != MagickFalse) in TraceStrokePolygon()
7435 for ( ; i < (ssize_t) (p+q+closed_path); i++) in TraceStrokePolygon()
7438 stroke_polygon[i].point=path_q[p+q+closed_path-(i+1)]; in TraceStrokePolygon()
7440 if (closed_path != MagickFalse) in TraceStrokePolygon()
7443 stroke_polygon[i].point=stroke_polygon[p+closed_path].point; in TraceStrokePolygon()
7450 stroke_polygon[0].coordinates=(size_t) (p+q+2*closed_path+1); in TraceStrokePolygon()