Home
last modified time | relevance | path

Searched refs:NW_FONT_STOPWATCH_START (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_Stopwatch.h80 #define NW_FONT_STOPWATCH_START(sw) (sw).Start() macro
86 #define NW_FONT_STOPWATCH_START(sw) ((void)0) macro
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp233 NW_FONT_STOPWATCH_START(m_PrintCharSw); in Print()
463 NW_FONT_STOPWATCH_START(m_LoadTextureSw); in LoadTexture()
Dfont_TextWriterBase.cpp331 NW_FONT_STOPWATCH_START(m_PrintTextSw); in Print()