| 2532 | //------------------------------------------------------------------------------ |
| 2533 | |
| 2534 | inline bool IsIntermediate(TEdge* e, const cInt Y) |
| 2535 | { |
| 2536 | return e->Top.Y == Y && e->NextInLML; |
| 2537 | } |
| 2538 | //------------------------------------------------------------------------------ |
| 2539 | |
| 2540 | TEdge* GetMaximaPair(TEdge* e) |
no outgoing calls
no test coverage detected