Searched refs:is_end_poly (Results 1 – 2 of 2) sorted by relevance
207 inline bool is_end_poly(unsigned c) in is_end_poly() function221 return is_stop(c) || is_move_to(c) || is_end_poly(c); in is_next_poly()
117 if(is_end_poly(cmd)) { in vertex()