Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.cpp969 SkDPoint testStartPt = testSegment->dPtAtT(testStartT); in debugCheckNearCoincidence() local
972 double testLenSq = testStartPt.distanceSquared(testEndPt); in debugCheckNearCoincidence()
982 double distSq = testStartPt.distanceSquared(nextStartPt); in debugCheckNearCoincidence()