Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp524 double closestDistSq = SK_ScalarInfinity; in distSq() local
530 if (closestDistSq > testDistSq) { in distSq()
531 closestDistSq = testDistSq; in distSq()
534 return closestDistSq; in distSq()