Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFont.h81 bool Construct(
Dfont_PackedFont.h141 bool Construct(
/NW4C-2.0.3/include/nw/os/
Dos_Memory.h146 this->Construct(&objects[i]);
191 void Construct(TObject* object) in Construct() function
/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp135 …bool bSuccess = pArchiveFont->Construct(arcFontBuf, arcFontBufSize, file.begin(), nw::font::Archiv… in ReadArchiveFont()
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp258 ArchiveFont::Construct( in Construct() function in nw::font::ArchiveFont
Dfont_PackedFont.cpp265 PackedFont::Construct( in Construct() function in nw::font::PackedFont
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp234 bSuccess = pFont->Construct(fontBuffer, fontBufferSize, readBuffer, glyphGroups); in InitFont()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp268 bSuccess = pFont->Construct(fontBuffer, fontBufferSize, readBuffer, glyphGroups); in InitFont()