----------------------------------------------------------get_close_flag
| 527 | |
| 528 | //----------------------------------------------------------get_close_flag |
| 529 | inline unsigned get_close_flag(unsigned c) |
| 530 | { |
| 531 | return c & path_flags_close; |
| 532 | } |
| 533 | |
| 534 | //-------------------------------------------------------clear_orientation |
| 535 | inline unsigned clear_orientation(unsigned c) |
no outgoing calls
no test coverage detected