Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkOpSegment.cpp517 double closestDistSq = SK_ScalarInfinity; in distSq() local
523 if (closestDistSq > testDistSq) { in distSq()
524 closestDistSq = testDistSq; in distSq()
527 return closestDistSq; in distSq()

Completed in 6 milliseconds