Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h538 InitDispStringBuffer(
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp292 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp266 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp432 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp399 m_pDispStringBuf = font::CharWriter::InitDispStringBuffer( in AllocStringBuffer()
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp555 CharWriter::InitDispStringBuffer( in InitDispStringBuffer() function in nw::font::CharWriter
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp810 …nw::font::DispStringBuffer *const pDrawStringBuf = nw::font::CharWriter::InitDispStringBuffer(stri… in InitializeFontFromBinary()