Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1243 double testStartT = test->start()->t(); in debugCheckNearCoincidence() local
1244 SkDPoint testStartPt = testSegment->dPtAtT(testStartT); in debugCheckNearCoincidence()
1249 double testMidT = (testStartT + testEndT) / 2; in debugCheckNearCoincidence()