• Home
  • Raw
  • Download

Lines Matching refs:fCoinEnd

228     fCoinEnd.init();  in initBounds()
372 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded()
379 fCoinEnd.init(); in removeBounded()
459 if (fCoinEnd.isMatch()) { in validate()
460 validatePerpT(fCoinEnd.perpT()); in validate()
461 validatePerpPt(fCoinEnd.perpT(), fCoinEnd.perpPt()); in validate()
538 result->fCoinEnd.debugInit(); in addOne()
687 first->fCoinEnd.setPerp(fCurve, start1e, this->pointLast(), sect2->fCurve); in coincidentForce()
688 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in coincidentForce()
690 double oppEndT = first->fCoinEnd.perpT() == -1 ? 1 : SkTMin(1., first->fCoinEnd.perpT()); in coincidentForce()
740 work->fCoinStart = prior->fCoinEnd; in computePerpendiculars()
752 work->fCoinEnd.setPerp(fCurve, work->fEndT, work->pointLast(), opp); in computePerpendiculars()
753 if (work->fCoinEnd.isMatch()) { in computePerpendiculars()
754 double perpT = work->fCoinEnd.perpT(); in computePerpendiculars()
756 work->fCoinEnd.init(); in computePerpendiculars()
838 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
839 bool oppMatched = first->fCoinStart.perpT() < first->fCoinEnd.perpT(); in extractCoincident()
851 prev->fCoinEnd.markCoincident(); in extractCoincident()
855 oppFirst->fCoinEnd.markCoincident(); in extractCoincident()
872 SkOPASSERT(last->fCoinEnd.isMatch()); in extractCoincident()
873 oppLast = last->findOppT(last->fCoinEnd.perpT()); in extractCoincident()
908 first->fCoinEnd.setPerp(fCurve, first->fEndT, first->pointLast(), sect2->fCurve); in extractCoincident()
910 oppEndT = first->fCoinEnd.perpT(); in extractCoincident()
954 if (!work->fCoinEnd.isMatch()) { in findCoincidentRun()
1302 smaller->fCoinEnd = larger->fCoinEnd; in mergeCoincidence()
1366 if (test->fCoinStart.perpT() < 0 || test->fCoinEnd.perpT() < 0) { in removeByPerpendicular()
1370 SkDVector endV = test->fCoinEnd.perpPt() - test->pointLast(); in removeByPerpendicular()
1934 if (!coincident->fCoinEnd.isMatch()) { in BinarySearch()
1944 coincident->fCoinEnd.perpT(), in BinarySearch()
2041 while (result1 && result1->fCoinStart.isMatch() && result1->fCoinEnd.isMatch()) { in BinarySearch()