| 3532 | //---------------------------------------------------------------------- |
| 3533 | |
| 3534 | static OutRec* ParseFirstLeft(OutRec* FirstLeft) |
| 3535 | { |
| 3536 | while (FirstLeft && !FirstLeft->Pts) |
| 3537 | FirstLeft = FirstLeft->FirstLeft; |
| 3538 | return FirstLeft; |
| 3539 | } |
| 3540 | //------------------------------------------------------------------------------ |
| 3541 | |
| 3542 | void Clipper::FixupFirstLefts1(OutRec* OldOutRec, OutRec* NewOutRec) |
no outgoing calls
no test coverage detected