Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_TextWriterBase.h434 void* oldBuffer = s_FormatBuffer; in SetBuffer()
436 s_FormatBuffer = NULL; in SetBuffer()
458 void* oldBuffer = s_FormatBuffer; in SetBuffer()
460 s_FormatBuffer = buffer; in SetBuffer()
472 return s_FormatBuffer; in GetBuffer()
635 static CharType* s_FormatBuffer; //!< sprintfバッファへのポインタ variable
/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp30 reinterpret_cast<CharType*>((s_FormatBuffer != NULL) ? \
31 s_FormatBuffer: \
37 reinterpret_cast<CharType*>((s_FormatBuffer != NULL) ? \
38 s_FormatBuffer: \
52 CharType* TextWriterBase<CharType>::s_FormatBuffer = NULL; member in nw::font::TextWriterBase<CharType>