Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_TextWriterBase.h437 s_FormatBufferSize = size; in SetBuffer()
461 s_FormatBufferSize = size; in SetBuffer()
481 return s_FormatBufferSize; in GetBufferSize()
636 static std::size_t s_FormatBufferSize; //!< sprintfバッファのサイズ variable
/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp32 _alloca(s_FormatBufferSize))
39 alloca(s_FormatBufferSize))
55 std::size_t TextWriterBase<CharType>::s_FormatBufferSize = DEFAULT_FORMAT_BUFFER_SIZE; member in nw::font::TextWriterBase<CharType>
213 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in CalcVStringRect()
214 length = math::Min(length, int(s_FormatBufferSize - 1)); in CalcVStringRect()
311 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in VPrintf()
312 length = math::Min(length, int(s_FormatBufferSize - 1)); in VPrintf()