Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1076 double bestDistSq = DBL_MAX; in linesIntersect() local
1139 if (bestDistSq < distSq || ++loopCount > 5) { in linesIntersect()
1142 bestDistSq = distSq; in linesIntersect()

Completed in 4 milliseconds