Home
last modified time | relevance | path

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

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