Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h61 int char_height; member
DBootAnimation.cpp1078 font->char_height = font->texture.h / FONT_NUM_ROWS / 2; // There are bold and regular rows in initFont()
1100 *y = (mHeight - font.char_height) / 2; in drawText()
1102 *y = mHeight + *y - font.char_height; in drawText()
1122 drawTexturedQuad(*x, *y, font.char_width, font.char_height); in drawText()