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

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

Completed in 81 milliseconds