Home
last modified time | relevance | path

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

/third_party/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()