Home
last modified time | relevance | path

Searched refs:oppStartT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp690 double oppStartT = first->fCoinStart.perpT() == -1 ? 0 : std::max(0., first->fCoinStart.perpT()); in coincidentForce() local
694 swap(oppStartT, oppEndT); in coincidentForce()
696 oppFirst->fStartT = oppStartT; in coincidentForce()
834 double oppStartT SK_INIT_TO_AVOID_WARNING; in extractCoincident()
846 &oppStartT, &oppFirst) in extractCoincident()
848 && (cutFirst = prev->oppT(oppStartT))) { in extractCoincident()
853 if (oppFirst->fStartT < oppStartT && oppStartT < oppFirst->fEndT) { in extractCoincident()
854 SkTSpan* oppHalf = sect2->addSplitAt(oppFirst, oppStartT); in extractCoincident()
869 SkDEBUGCODE(oppStartT in extractCoincident()
[all...]
H A DSkPathOpsDebug.cpp191 double endT, const SkOpSegment* oppSeg, double oppStartT, double oppEndT) { in record()
197 glitch->fOppStartT = oppStartT; in record()
414 SkDebugf(" oppStartT=%g", glitch.fOppStartT); in CheckHealth()

Completed in 8 milliseconds