Searched defs:powerOfTwoCeil (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp65 static uint32_t powerOfTwoCeil(uint32_t val) { function
104 uint32_t potHeight = powerOfTwoCeil(FontBitmap::height);
196 float fullTexHeight = powerOfTwoCeil(FontBitmap::height);

Completed in 46 milliseconds