Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
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()
/external/skia/src/pathops/
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()