Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1272 double nextStartT = next->start()->t(); in debugCheckNearCoincidence() local
1273 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()
1276 double nextMidT = (nextStartT + nextEndT) / 2; in debugCheckNearCoincidence()