| 3615 | //---------------------------------------------------------------------- |
| 3616 | |
| 3617 | static OutRec* ParseFirstLeft(OutRec* FirstLeft) |
| 3618 | { |
| 3619 | while (FirstLeft && !FirstLeft->Pts) |
| 3620 | FirstLeft = FirstLeft->FirstLeft; |
| 3621 | return FirstLeft; |
| 3622 | } |
| 3623 | //------------------------------------------------------------------------------ |
| 3624 | |
| 3625 | void Clipper::FixupFirstLefts1(OutRec* OldOutRec, OutRec* NewOutRec) |
no outgoing calls
no test coverage detected