Home
last modified time | relevance | path

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

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