Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h526 static u32 GetDispStringBufferSize(u32 charNum);
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp286 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp260 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp426 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp362 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
408 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp377 const u32 drawBufSize = font::CharWriter::GetDispStringBufferSize(minLen); in AllocStringBuffer()
/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp542 CharWriter::GetDispStringBufferSize(u32 charNum) in GetDispStringBufferSize() function in nw::font::CharWriter