Home
last modified time | relevance | path

Searched refs:nextStartT (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkOpAngle.cpp249 double nextStartT = next->start()->t(); in checkNearCoincidence() local
250 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in checkNearCoincidence()
253 double nextMidT = (nextStartT + nextEndT) / 2; in checkNearCoincidence()