Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dg_subpaths.c209 path->segments[path->num_segments].type = S_CLOSEPATH; in _add_closepath()
1308 && path->segments[i].type != S_CLOSEPATH) in _flatten_path()
1330 case (int)S_CLOSEPATH: in _flatten_path()
1543 if (s->segments[s->num_segments-1].type == S_CLOSEPATH) in linearize_subpath()
1583 if (path->segments[path->num_segments - 1].type != S_CLOSEPATH in read_into_subpath()
1611 s->segments[path->num_segments].type = S_CLOSEPATH; in read_into_subpath()
1638 if (s->segments[i].type == S_CLOSEPATH) in is_inside_of()
1682 if (other->segments[k].type == S_CLOSEPATH) /* k > 0 */ in is_inside_of()
1694 if (other->segments[j].type == S_CLOSEPATH) in is_inside_of()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h122 S_MOVETO, S_LINE, S_ARC, S_ELLARC, S_QUAD, S_CUBIC, S_CLOSEPATH enumerator