Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1092 const int strWidth = font.char_width * len; in drawText() local
1095 *x = (mWidth - strWidth) / 2; in drawText()
1097 *x = mWidth + *x - strWidth; in drawText()