Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h673 mutable u32 m_DispCharCount; variable
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp117 m_DispCharCount = 0; in CharWriter()
646 …G("CharWriter Disp time %d micros, count %d.\n", (int)timeSpan.GetMilliSeconds(), m_DispCharCount); in PrintProfile()