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