Searched refs:s_FormatBuffer (Results 1 – 2 of 2) sorted by relevance
436 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
32 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>