Searched refs:arcFontBuf (Results 1 – 1 of 1) sorted by relevance
133 void *const arcFontBuf = allocator.Alloc(arcFontBufSize, nw::font::GlyphDataAlignment); in ReadArchiveFont() local134 NW_NULL_ASSERT(arcFontBuf); in ReadArchiveFont()135 …bool bSuccess = pArchiveFont->Construct(arcFontBuf, arcFontBufSize, file.begin(), nw::font::Archiv… in ReadArchiveFont()281 void *const arcFontBuf = pArchiveFont->Destroy(); in nnMain() local282 demoApp.GetDeviceAllocator().Free(arcFontBuf); in nnMain()