Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1251 double nextStartT = next->start()->t(); in debugCheckNearCoincidence() local
1252 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()
1255 double nextMidT = (nextStartT + nextEndT) / 2; in debugCheckNearCoincidence()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp1274 double nextStartT = next->start()->t(); in debugCheckNearCoincidence() local
1275 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()
1278 double nextMidT = (nextStartT + nextEndT) / 2; in debugCheckNearCoincidence()