Home
last modified time | relevance | path

Searched refs:ResFont (Results 1 – 13 of 13) sorted by relevance

/NW4C-1.3.3/sources/libraries/font/
Dfont_ResFont.cpp49 ResFont::ResFont() in ResFont() function in nw::font::ResFont
53 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()
/NW4C-1.3.3/include/nw/font/
Dfont_ResFont.h28 class ResFont : public ResFontBase
39 ResFont();
42 virtual ~ResFont();
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp68 font::ResFont* pResFont = Layout::NewObj<font::ResFont>(); in LoadFont()
85 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont()
Dlyt_FontContainer.cpp42 font::ResFont* pResFont = (font::ResFont*)(m_pFont); in ~FontRefLink()
/NW4C-1.3.3/demos/font/OldResFont/sources/
Dmain.cpp152 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()
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp203 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()
/NW4C-1.3.3/demos/font/
DOMakefile17 .SUBDIRS: ArchiveFont PackedFont ResFont OldResFont
/NW4C-1.3.3/demos/font/ResFont/
DOMakefile22 TARGET_PROGRAM = ResFont
/NW4C-1.3.3/demos/font/OldResFont/
DOMakefile22 TARGET_PROGRAM = ResFont
/NW4C-1.3.3/demos/snd/demolib/include/
Ddemolib.h93 nw::font::ResFont m_Font;
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h491 nw::font::ResFont m_Font;
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp194 const size_t drawBufferSize = nw::font::ResFont::GetDrawBufferSize( buffer ); in InitializeFont()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp358 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBuffer); in InitializeFont()
404 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBinary); in InitializeFont()