Searched refs:sAdd (Results 1 – 1 of 1) sorted by relevance
302 private final float sAdd; field in StaticLayoutTest.Scaler304 Scaler(float sMult, float sAdd) { in Scaler() argument306 this.sAdd = sAdd; in Scaler()310 int altVal = (int)(height * sMult + sAdd + 0.5); in scale()311 int rndVal = Math.round(height * sMult + sAdd); in scale()