Searched refs:sAdd (Results 1 – 1 of 1) sorted by relevance
304 private final float sAdd; field in StaticLayoutTest.Scaler306 Scaler(float sMult, float sAdd) { in Scaler() argument308 this.sAdd = sAdd; in Scaler()312 int altVal = (int)(height * sMult + sAdd + 0.5); in scale()313 int rndVal = Math.round(height * sMult + sAdd); in scale()