Home
last modified time | relevance | path

Searched refs:closed_path (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Ddraw.c5523 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()
[all …]