Home
last modified time | relevance | path

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

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