Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp461 NW_FONT_STOPWATCH_START(m_LoadTextureSw); in LoadTexture()
471 NW_FONT_STOPWATCH_STOP(m_LoadTextureSw); in LoadTexture()
639 TimeSpan timeSpan = m_LoadTextureSw.GetElapsedTime(); in PrintProfile()
650 m_LoadTextureSw = other.m_LoadTextureSw; in CopyProfileData()
/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h666 mutable Stopwatch m_LoadTextureSw; variable