Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp91 static constexpr char FONT_BEGIN_CHAR = ' '; variable
93 static constexpr size_t FONT_NUM_CHARS = FONT_END_CHAR - FONT_BEGIN_CHAR + 1;
617 if (c < FONT_BEGIN_CHAR || c > FONT_END_CHAR) { in drawText()
622 const int charPos = (c - FONT_BEGIN_CHAR); // Position in the list of valid characters in drawText()