Home
last modified time | relevance | path

Searched refs:GetDispStringBufferSize (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h528 static u32 GetDispStringBufferSize(u32 charNum);
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp288 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp262 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp428 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp364 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
410 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp379 const u32 drawBufSize = font::CharWriter::GetDispStringBufferSize(minLen); in AllocStringBuffer()
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp544 CharWriter::GetDispStringBufferSize(u32 charNum) in GetDispStringBufferSize() function in nw::font::CharWriter