Searched refs:arcFontBufSize (Results 1 – 1 of 1) sorted by relevance
132 …const u32 arcFontBufSize = nw::font::ArchiveFont::GetRequireBufferSize(file.begin(), nw::font::Arc… in ReadArchiveFont() local133 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()