Home
last modified time | relevance | path

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

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