Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_Stopwatch.h78 #define NW_FONT_STOPWATCH_START(sw) (sw).Start() macro
84 #define NW_FONT_STOPWATCH_START(sw) ((void)0) macro
/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp231 NW_FONT_STOPWATCH_START(m_PrintCharSw); in Print()
461 NW_FONT_STOPWATCH_START(m_LoadTextureSw); in LoadTexture()
Dfont_TextWriterBase.cpp329 NW_FONT_STOPWATCH_START(m_PrintTextSw); in Print()