Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp233 NW_FONT_STOPWATCH_START(m_PrintCharSw); in Print()
259 NW_FONT_STOPWATCH_STOP(m_PrintCharSw); in Print()
643 timeSpan = m_PrintCharSw.GetElapsedTime(); in PrintProfile()
653 m_PrintCharSw = other.m_PrintCharSw; in CopyProfileData()
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h669 mutable Stopwatch m_PrintCharSw; variable