Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp1273 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence() local
1274 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence()
1286 double nextLenSq = nextStartPt.distanceSquared(nextEndPt); in debugCheckNearCoincidence()