Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp114 m_PrintCharCount = 0; in CharWriter()
230 NW_FONT_COUNTUP(m_PrintCharCount); in Print()
642 …"CharWriter Print time %d micros, count %d.\n", (int)timeSpan.GetMilliSeconds(), m_PrintCharCount); in PrintProfile()
653 m_PrintCharCount = other.m_PrintCharCount; in CopyProfileData()
/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h669 mutable u32 m_PrintCharCount; variable