Searched refs:roundUpPower2 (Results 1 – 1 of 1) sorted by relevance
30 int height = roundUpPower2((int) paint.getFontSpacing()); in initialize()32 int width = roundUpPower2((int) (interDigitGaps + paint.measureText(sStrike))); in initialize()53 private int roundUpPower2(int x) { in roundUpPower2() method in NumericSprite