Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp329 NW_FONT_STOPWATCH_START(m_PrintTextSw); in Print()
340 NW_FONT_STOPWATCH_STOP(m_PrintTextSw); in Print()
888 TimeSpan timeSpan = m_PrintTextSw.GetElapsedTime(); in PrintProfile()
898 m_PrintTextSw = other.m_PrintTextSw; in CopyProfileData()
/NW4C-1.3.3/include/nw/font/
Dfont_TextWriterBase.h649 mutable Stopwatch m_PrintTextSw; variable