Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_Stopwatch.h80 #define NW_FONT_STOPWATCH_STOP(sw) (sw).Stop() macro
86 #define NW_FONT_STOPWATCH_STOP(sw) ((void)0) macro
/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp257 NW_FONT_STOPWATCH_STOP(m_PrintCharSw); in Print()
471 NW_FONT_STOPWATCH_STOP(m_LoadTextureSw); in LoadTexture()
Dfont_TextWriterBase.cpp340 NW_FONT_STOPWATCH_STOP(m_PrintTextSw); in Print()