Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsDebug.cpp1275 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence() local
1276 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence()
1288 double nextLenSq = nextStartPt.distanceSquared(nextEndPt); in debugCheckNearCoincidence()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp1252 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence() local
1253 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence()
1265 double nextLenSq = nextStartPt.distanceSquared(nextEndPt); in debugCheckNearCoincidence()