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