----------------------------------------------------------------is_close
| 414 | |
| 415 | //----------------------------------------------------------------is_close |
| 416 | inline bool is_close(unsigned c) |
| 417 | { |
| 418 | return (c & ~(path_flags_cw | path_flags_ccw)) == |
| 419 | (path_cmd_end_poly | path_flags_close); |
| 420 | } |
| 421 | |
| 422 | //------------------------------------------------------------is_next_poly |
| 423 | inline bool is_next_poly(unsigned c) |
no outgoing calls
no test coverage detected