Home | History | Annotate | Download | only in webkit

Lines Matching refs:computeScaleWithLimits

320         return computeScaleWithLimits(computeReadingLevelScale(getZoomOverviewScale()));
361 public final float computeScaleWithLimits(float scale) {
550 scale = computeScaleWithLimits(scale);
860 scale = Math.max(computeScaleWithLimits(scale), getZoomOverviewScale());
870 scale = computeScaleWithLimits(scale);