Lines Matching refs:PackedFont
175 nw::font::PackedFont* pFont, in InitFont()
214 const u32 fontBufferSize = nw::font::PackedFont::GetRequireBufferSize( in InitFont()
269 nw::font::PackedFont* pFont, in InitFontStreaming()
276 nw::font::PackedFont::ConstructContext context; in InitFontStreaming()
277 nw::font::PackedFont::ConstructResult ret = nw::font::PackedFont::CONSTRUCT_ERROR; in InitFontStreaming()
284 NN_ASSERT(readBufferSize >= nw::font::PackedFont::HEADER_SIZE); in InitFontStreaming()
295 readSize = pFileReader->Read(readBuffer, nw::font::PackedFont::HEADER_SIZE); in InitFontStreaming()
296 if (readSize != nw::font::PackedFont::HEADER_SIZE) in InitFontStreaming()
299 NN_LOG("Fail to load %d bytes. Maybe too small bcfna.", nw::font::PackedFont::HEADER_SIZE); in InitFontStreaming()
310 const u32 fontBufferSize = nw::font::PackedFont::GetRequireBufferSize( in InitFontStreaming()
337 if (ret == nw::font::PackedFont::CONSTRUCT_ERROR) in InitFontStreaming()
358 NW_ASSERT(ret == nw::font::PackedFont::CONSTRUCT_FINISH); in InitFontStreaming()
378 CleanupFont(nw::font::PackedFont* pFont) in CleanupFont()
491 nw::font::PackedFont fontNormal; in nnMain()
492 nw::font::PackedFont fontStream; in nnMain()