Home
last modified time | relevance | path

Searched refs:Construct (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.3.3/include/nw/font/
Dfont_ArchiveFont.h79 bool Construct(
Dfont_PackedFont.h139 bool Construct(
/NW4C-1.3.3/include/nw/os/
Dos_Memory.h144 this->Construct(&objects[i]);
189 void Construct(TObject* object) in Construct() function
/NW4C-1.3.3/demos/lyt/archiveFont/sources/
Dmain.cpp133 …bool bSuccess = pArchiveFont->Construct(arcFontBuf, arcFontBufSize, file.begin(), nw::font::Archiv… in ReadArchiveFont()
/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFont.cpp256 ArchiveFont::Construct( in Construct() function in nw::font::ArchiveFont
Dfont_PackedFont.cpp263 PackedFont::Construct( in Construct() function in nw::font::PackedFont
/NW4C-1.3.3/demos/font/PackedFont/sources/
Dmain.cpp232 bSuccess = pFont->Construct(fontBuffer, fontBufferSize, readBuffer, glyphGroups); in InitFont()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp266 bSuccess = pFont->Construct(fontBuffer, fontBufferSize, readBuffer, glyphGroups); in InitFont()