Home | History | Annotate | Download | only in pathops

Lines Matching refs:fOtherT

394     span.fOtherT = otherT;
815 && approximately_equal(span.fOtherT, otherT)) {
1216 double otherT = span.fOtherT;
1266 const double matchT = peekSpan.fOtherT;
1271 if (tSpan.fOtherT == matchT) {
1274 double midT = (tSpan.fOtherT + matchT) / 2;
1284 && lastMissing.fOtherT == matchT) {
1300 missing.fOtherT = matchT;
1316 addTPair(missing.fT, missing.fOther, missing.fOtherT
1375 double oMidT = (thisSpan->fOtherT + oSpan.fT) / 2;
1377 double nMidT = (nextSpan->fOtherT + nSpan.fT) / 2;
1391 missing.fT = thisSpan->fOtherT;
1393 missing.fOtherT = nextSpan->fOtherT;
1404 missing.fSegment->addTPair(missing.fT, missing.fOther, missing.fOtherT, false, missing.fPt);
1416 SkASSERT(span->fOtherT == 0 || span->fOtherT == 1);
1426 if (span->fOtherT == 1) {
1440 if (span->fOtherT == 1) {
1986 double oT = iSpan.fOtherT;
1992 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT == iSpan.fT) {
2122 if (test->fOther == other || test->fOtherT != 1) {
2965 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) {
3047 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex);
3285 SkASSERT(otherSpan.fOtherT == t);