Home | History | Annotate | Download | only in utils

Lines Matching refs:minDistSq

760     SkScalar minDistSq = fCentroid.distanceToLineSegmentBetweenSqd(fPathPolygon[0],
772 if (distSq < minDistSq) {
773 minDistSq = distSq;
777 if (minDistSq < (radius + kTolerance)*(radius + kTolerance)) {
779 SkScalar newRadius = SkScalarSqrt(minDistSq) - kTolerance;