Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1276 double nextMidT = (nextStartT + nextEndT) / 2; in debugCheckNearCoincidence() local
1277 double nextMidDistSq = nextSegment->distSq(nextMidT, test); in debugCheckNearCoincidence()