Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1262 SkDPoint testStartPt = testSegment->dPtAtT(testStartT); in debugCheckNearCoincidence() local
1265 double testLenSq = testStartPt.distanceSquared(testEndPt); in debugCheckNearCoincidence()
1275 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp1263 SkDPoint testStartPt = testSegment->dPtAtT(testStartT); in debugCheckNearCoincidence() local
1266 double testLenSq = testStartPt.distanceSquared(testEndPt); in debugCheckNearCoincidence()
1276 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence()