Lines Matching refs:PackedFont
173 nw::font::PackedFont* pFont, in InitFont()
212 const u32 fontBufferSize = nw::font::PackedFont::GetRequireBufferSize( in InitFont()
267 nw::font::PackedFont* pFont, in InitFontStreaming()
274 nw::font::PackedFont::ConstructContext context; in InitFontStreaming()
275 nw::font::PackedFont::ConstructResult ret = nw::font::PackedFont::CONSTRUCT_ERROR; in InitFontStreaming()
282 NN_ASSERT(readBufferSize >= nw::font::PackedFont::HEADER_SIZE); in InitFontStreaming()
293 readSize = pFileReader->Read(readBuffer, nw::font::PackedFont::HEADER_SIZE); in InitFontStreaming()
294 if (readSize != nw::font::PackedFont::HEADER_SIZE) in InitFontStreaming()
297 NN_LOG("Fail to load %d bytes. Maybe too small bcfna.", nw::font::PackedFont::HEADER_SIZE); in InitFontStreaming()
308 const u32 fontBufferSize = nw::font::PackedFont::GetRequireBufferSize( in InitFontStreaming()
335 if (ret == nw::font::PackedFont::CONSTRUCT_ERROR) in InitFontStreaming()
356 NW_ASSERT(ret == nw::font::PackedFont::CONSTRUCT_FINISH); in InitFontStreaming()
376 CleanupFont(nw::font::PackedFont* pFont) in CleanupFont()
489 nw::font::PackedFont fontNormal; in nnMain()
490 nw::font::PackedFont fontStream; in nnMain()