Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h60 int char_width; member
DBootAnimation.cpp1077 font->char_width = font->texture.w / FONT_NUM_COLS; in initFont()
1092 const int strWidth = font.char_width * len; in drawText()
1122 drawTexturedQuad(*x, *y, font.char_width, font.char_height); in drawText()
1124 *x += font.char_width; in drawText()