Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_Stopwatch.h82 #define NW_FONT_STOPWATCH_STOP(sw) (sw).Stop() macro
88 #define NW_FONT_STOPWATCH_STOP(sw) ((void)0) macro
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp259 NW_FONT_STOPWATCH_STOP(m_PrintCharSw); in Print()
473 NW_FONT_STOPWATCH_STOP(m_LoadTextureSw); in LoadTexture()
Dfont_TextWriterBase.cpp342 NW_FONT_STOPWATCH_STOP(m_PrintTextSw); in Print()