Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp331 NW_FONT_STOPWATCH_START(m_PrintTextSw); in Print()
342 NW_FONT_STOPWATCH_STOP(m_PrintTextSw); in Print()
890 TimeSpan timeSpan = m_PrintTextSw.GetElapsedTime(); in PrintProfile()
900 m_PrintTextSw = other.m_PrintTextSw; in CopyProfileData()
/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h651 mutable Stopwatch m_PrintTextSw; variable