Home
last modified time | relevance | path

Searched refs:FONT_NUM_COLS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp94 static constexpr size_t FONT_NUM_COLS = 16; variable
95 static constexpr size_t FONT_NUM_ROWS = FONT_NUM_CHARS / FONT_NUM_COLS;
587 font->char_width = font->texture.w / FONT_NUM_COLS; in initFont()
623 const int row = charPos / FONT_NUM_COLS; in drawText()
624 const int col = charPos % FONT_NUM_COLS; in drawText()