Home | History | Annotate | Download | only in tests

Lines Matching defs:maxRadius

287     double maxRadius = SkTMin(maxDist(quad1), maxDist(quad2));
289 double r = maxRadius / 2;
294 double bestR = maxRadius;
337 if (bestR >= maxRadius) {
340 REPORTER_ASSERT(reporter, bestR < maxRadius);