---------------------------------------------------------------is_vertex
| 360 | |
| 361 | //---------------------------------------------------------------is_vertex |
| 362 | inline bool is_vertex(unsigned c) |
| 363 | { |
| 364 | return c >= path_cmd_move_to && c < path_cmd_end_poly; |
| 365 | } |
| 366 | |
| 367 | //--------------------------------------------------------------is_drawing |
| 368 | inline bool is_drawing(unsigned c) |
no outgoing calls
no test coverage detected