Home
last modified time | relevance | path

Searched defs:pFont (Results 1 – 10 of 10) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_FontContainer.cpp60 font::Font* pFont, in Set()
102 FontContainer::RegistFont(const char* name, font::Font* pFont, bool own) in RegistFont()
Dlyt_ArcResourceAccessor.cpp293 font::Font* pFont = m_FontList.FindFontByName(name); in GetFont() local
309 ArcResourceAccessor::RegistFont(const char* name, font::Font* pFont) in RegistFont()
427 font::Font* pFont = m_FontList.FindFontByName(name); in GetFont() local
443 MultiArcResourceAccessor::RegistFont(const char* name, font::Font* pFont) in RegistFont()
Dlyt_TextBox.cpp81 const font::Font* pFont in TextBox()
94 const font::Font* pFont in TextBox()
486 TextBox::SetFont(const font::Font* pFont) in SetFont()
/NW4C-1.2.23/demos/font/PackedFont/sources/
Dmain.cpp173 nw::font::PackedFont* pFont, in InitFont()
267 nw::font::PackedFont* pFont, in InitFontStreaming()
376 CleanupFont(nw::font::PackedFont* pFont) in CleanupFont()
445 const nw::font::Font* pFont, in DrawAscii()
/NW4C-1.2.23/demos/font/OldResFont/sources/
Dmain.cpp152 nw::font::ResFont* pFont, in InitFont()
205 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()
281 nw::font::ResFont* pFont, in DrawAscii()
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp203 nw::font::ResFont* pFont, in InitFont()
254 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()
342 nw::font::ResFont* pFont, in DrawAscii()
400 nw::font::ResFont* pFont, in DrawCounter()
/NW4C-1.2.23/demos/font/ArchiveFont/sources/
Dmain.cpp216 nw::font::ArchiveFont* pFont, in InitFont()
299 nw::font::ArchiveFont* pFont, in InitFontStreaming()
402 CleanupFont(nw::font::ArchiveFont* pFont) in CleanupFont()
483 const nw::font::Font* pFont, in DrawAscii()
/NW4C-1.2.23/sources/libraries/font/
Dfont_Font.cpp95 const Font* pFont, in Set()
Dfont_TextWriterBase.cpp752 const Font* pFont = GetFont(); in PrintImpl() local
/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h99 void SetFont(const Font* pFont) { m_pFont = pFont; } in SetFont()