Searched refs:ResFont (Results 1 – 13 of 13) sorted by relevance
49 ResFont::ResFont() in ResFont() function in nw::font::ResFont53 ResFont::~ResFont() in ~ResFont()68 ResFont::GetDrawBufferSize(const void* bfnt) in GetDrawBufferSize()127 ResFont::SetDrawBuffer(void* buffer) in SetDrawBuffer()151 ResFont::SetResource(void* bfnt) in SetResource()222 ResFont::RemoveResource() in RemoveResource()234 ResFont::Rebuild(ut::BinaryFileHeader* fileHeader) in Rebuild()
28 class ResFont : public ResFontBase39 ResFont();42 virtual ~ResFont();
68 font::ResFont* pResFont = Layout::NewObj<font::ResFont>(); in LoadFont()85 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont()
42 font::ResFont* pResFont = (font::ResFont*)(m_pFont); in ~FontRefLink()
152 nw::font::ResFont* pFont, in InitFont()191 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont()205 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()281 nw::font::ResFont* pFont, in DrawAscii()327 nw::font::ResFont font; in nnMain()
203 nw::font::ResFont* pFont, in InitFont()240 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont()254 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()342 nw::font::ResFont* pFont, in DrawAscii()400 nw::font::ResFont* pFont, in DrawCounter()455 nw::font::ResFont font; in nnMain()
17 .SUBDIRS: ArchiveFont PackedFont ResFont OldResFont
22 TARGET_PROGRAM = ResFont
93 nw::font::ResFont m_Font;
491 nw::font::ResFont m_Font;
194 const size_t drawBufferSize = nw::font::ResFont::GetDrawBufferSize( buffer ); in InitializeFont()
358 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBuffer); in InitializeFont()404 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBinary); in InitializeFont()