Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp116 m_PrintCharCount = 0; in CharWriter()
232 NW_FONT_COUNTUP(m_PrintCharCount); in Print()
644 …"CharWriter Print time %d micros, count %d.\n", (int)timeSpan.GetMilliSeconds(), m_PrintCharCount); in PrintProfile()
655 m_PrintCharCount = other.m_PrintCharCount; in CopyProfileData()
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h671 mutable u32 m_PrintCharCount; variable