Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h436 void* oldBuffer = s_FormatBuffer; in SetBuffer()
438 s_FormatBuffer = NULL; in SetBuffer()
460 void* oldBuffer = s_FormatBuffer; in SetBuffer()
462 s_FormatBuffer = buffer; in SetBuffer()
474 return s_FormatBuffer; in GetBuffer()
637 static CharType* s_FormatBuffer; //!< sprintfバッファへのポインタ variable
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp32 reinterpret_cast<CharType*>((s_FormatBuffer != NULL) ? \
33 s_FormatBuffer: \
39 reinterpret_cast<CharType*>((s_FormatBuffer != NULL) ? \
40 s_FormatBuffer: \
54 CharType* TextWriterBase<CharType>::s_FormatBuffer = NULL; member in nw::font::TextWriterBase<CharType>