Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1240 SkDPoint testStartPt = testSegment->dPtAtT(testStartT); in debugCheckNearCoincidence() local
1243 double testLenSq = testStartPt.distanceSquared(testEndPt); in debugCheckNearCoincidence()
1253 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()