----------------------------------------------------------------is_close
| 490 | |
| 491 | //----------------------------------------------------------------is_close |
| 492 | inline bool is_close(unsigned c) |
| 493 | { |
| 494 | return (c & ~(path_flags_cw | path_flags_ccw)) == |
| 495 | (path_cmd_end_poly | path_flags_close); |
| 496 | } |
| 497 | |
| 498 | //------------------------------------------------------------is_next_poly |
| 499 | inline bool is_next_poly(unsigned c) |
no outgoing calls
no test coverage detected