Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFont.cpp51 ResFont::ResFont() in ResFont() function in nw::font::ResFont
55 ResFont::~ResFont() in ~ResFont()
70 ResFont::GetDrawBufferSize(const void* bfnt) in GetDrawBufferSize()
129 ResFont::SetDrawBuffer(void* buffer) in SetDrawBuffer()
153 ResFont::SetResource(void* bfnt) in SetResource()
224 ResFont::RemoveResource() in RemoveResource()
236 ResFont::Rebuild(ut::BinaryFileHeader* fileHeader) in Rebuild()
/NW4C-2.0.3/include/nw/font/
Dfont_ResFont.h30 class ResFont : public ResFontBase
41 ResFont();
44 virtual ~ResFont();
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp70 font::ResFont* pResFont = Layout::NewObj<font::ResFont>(); in LoadFont()
87 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont()
Dlyt_FontContainer.cpp44 font::ResFont* pResFont = (font::ResFont*)(m_pFont); in ~FontRefLink()
/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp154 nw::font::ResFont* pFont, in InitFont()
193 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont()
207 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()
283 nw::font::ResFont* pFont, in DrawAscii()
329 nw::font::ResFont font; in nnMain()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp205 nw::font::ResFont* pFont, in InitFont()
242 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont()
256 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()
344 nw::font::ResFont* pFont, in DrawAscii()
402 nw::font::ResFont* pFont, in DrawCounter()
457 nw::font::ResFont font; in nnMain()
/NW4C-2.0.3/demos/font/
DOMakefile19 .SUBDIRS: ArchiveFont PackedFont ResFont OldResFont
/NW4C-2.0.3/demos/font/ResFont/
DOMakefile24 TARGET_PROGRAM = ResFont
/NW4C-2.0.3/demos/font/OldResFont/
DOMakefile24 TARGET_PROGRAM = ResFont
/NW4C-2.0.3/demos/snd/demolib/include/
Ddemolib.h95 nw::font::ResFont m_Font;
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h493 nw::font::ResFont m_Font;
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp196 const size_t drawBufferSize = nw::font::ResFont::GetDrawBufferSize( buffer ); in InitializeFont()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp360 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBuffer); in InitializeFont()
406 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBinary); in InitializeFont()