Searched refs:S_CLOSEPATH (Results 1 – 2 of 2) sorted by relevance
209 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()
122 S_MOVETO, S_LINE, S_ARC, S_ELLARC, S_QUAD, S_CUBIC, S_CLOSEPATH enumerator