Home | History | Annotate | Download | only in webkit

Lines Matching refs:scaleB

378     public static final boolean exceedsMinScaleIncrement(float scaleA, float scaleB) {
379 return Math.abs(scaleA - scaleB) >= MINIMUM_SCALE_INCREMENT;