Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawer.h316 UNIFORM_TEXTCOLOR_NUM = (UNIFORM_DATA_START - UNIFORM_TEXTCOLOR_START) & ~((1 << 2) - 1), enumerator
374 u32 m_UniformTextColorBuffer[ 4 + 4 * UNIFORM_TEXTCOLOR_NUM ];
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp1701 || m_UniformTextColorIndex + COLOR_USE_COUNT > UNIFORM_TEXTCOLOR_NUM in BuildTextCommand()