Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp132 …const u32 arcFontBufSize = nw::font::ArchiveFont::GetRequireBufferSize(file.begin(), nw::font::Arc… in ReadArchiveFont() local
133 void *const arcFontBuf = allocator.Alloc(arcFontBufSize, nw::font::GlyphDataAlignment); in ReadArchiveFont()
135 …bool bSuccess = pArchiveFont->Construct(arcFontBuf, arcFontBufSize, file.begin(), nw::font::Archiv… in ReadArchiveFont()