Home | History | Annotate | Download | only in pathops

Lines Matching refs:oStartT

582     double oStartT = other->fTs[oIndex].fT;
584 while (startPt == other->fTs[--oIndex].fPt || oStartT == other->fTs[oIndex].fT) {
685 double oStartT = oTest->fT;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
722 double oStartT = other->fTs[oIndex].fT;
723 while (oIndex > 0 && other->fTs[oIndex - 1].fT == oStartT) {