Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp231 NW_FONT_STOPWATCH_START(m_PrintCharSw); in Print()
257 NW_FONT_STOPWATCH_STOP(m_PrintCharSw); in Print()
641 timeSpan = m_PrintCharSw.GetElapsedTime(); in PrintProfile()
651 m_PrintCharSw = other.m_PrintCharSw; in CopyProfileData()
/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h667 mutable Stopwatch m_PrintCharSw; variable