Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp463 NW_FONT_STOPWATCH_START(m_LoadTextureSw); in LoadTexture()
473 NW_FONT_STOPWATCH_STOP(m_LoadTextureSw); in LoadTexture()
641 TimeSpan timeSpan = m_LoadTextureSw.GetElapsedTime(); in PrintProfile()
652 m_LoadTextureSw = other.m_LoadTextureSw; in CopyProfileData()
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h668 mutable Stopwatch m_LoadTextureSw; variable