HomeSort by relevance Sort by last modified time
    Searched refs:roundUpPower2 (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
NumericSprite.java 30 int height = roundUpPower2((int) paint.getFontSpacing());
32 int width = roundUpPower2((int) (interDigitGaps + paint.measureText(sStrike)));
53 private int roundUpPower2(int x) {
  /bootable/recovery/minzip/
Hash.c 35 unsigned int roundUpPower2(unsigned int val)
61 pHashTable->tableSize = roundUpPower2(initialSize);
  /frameworks/native/libs/utils/
ZipFileRO.cpp 329 static unsigned int roundUpPower2(unsigned int val)
353 mHashTableSize = roundUpPower2(1 + (numEntries * 4) / 3);

Completed in 199 milliseconds