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