----------------------------------------------------------get_close_flag
| 451 | |
| 452 | //----------------------------------------------------------get_close_flag |
| 453 | inline unsigned get_close_flag(unsigned c) |
| 454 | { |
| 455 | return c & path_flags_close; |
| 456 | } |
| 457 | |
| 458 | //-------------------------------------------------------clear_orientation |
| 459 | inline unsigned clear_orientation(unsigned c) |
no outgoing calls
no test coverage detected