Home | History | Annotate | Download | only in src

Lines Matching refs:rmax

7191       var s = row.area, r, rmax = 0, rmin = Infinity, i = -1, n = row.length;
7195 if (r > rmax) rmax = r;
7199 return s ? Math.max(u * rmax * ratio / s, s / (u * rmin * ratio)) : Infinity;