Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h439 s_FormatBufferSize = size; in SetBuffer()
463 s_FormatBufferSize = size; in SetBuffer()
483 return s_FormatBufferSize; in GetBufferSize()
638 static std::size_t s_FormatBufferSize; //!< sprintfバッファのサイズ variable
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp34 _alloca(s_FormatBufferSize))
41 alloca(s_FormatBufferSize))
57 std::size_t TextWriterBase<CharType>::s_FormatBufferSize = DEFAULT_FORMAT_BUFFER_SIZE; member in nw::font::TextWriterBase<CharType>
215 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in CalcVStringRect()
216 length = math::Min(length, int(s_FormatBufferSize - 1)); in CalcVStringRect()
313 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in VPrintf()
314 length = math::Min(length, int(s_FormatBufferSize - 1)); in VPrintf()