Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1113 const int charPos = (c - FONT_BEGIN_CHAR); // Position in the list of valid characters in drawText() local
1114 const int row = charPos / FONT_NUM_COLS; in drawText()
1115 const int col = charPos % FONT_NUM_COLS; in drawText()