Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp175 nw::font::PackedFont* pFont, in InitFont()
269 nw::font::PackedFont* pFont, in InitFontStreaming()
378 CleanupFont(nw::font::PackedFont* pFont) in CleanupFont()
447 const nw::font::Font* pFont, in DrawAscii()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp62 font::Font* pFont, in Set()
121 FontContainer::RegistFont(const char* name, font::Font* pFont, bool own) in RegistFont()
Dlyt_ArcResourceAccessor.cpp295 font::Font* pFont = m_FontList.FindFontByName(name); in GetFont() local
311 ArcResourceAccessor::RegistFont(const char* name, font::Font* pFont) in RegistFont()
429 font::Font* pFont = m_FontList.FindFontByName(name); in GetFont() local
445 MultiArcResourceAccessor::RegistFont(const char* name, font::Font* pFont) in RegistFont()
Dlyt_TextBox.cpp83 const font::Font* pFont in TextBox()
96 const font::Font* pFont in TextBox()
488 TextBox::SetFont(const font::Font* pFont) in SetFont()
/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp154 nw::font::ResFont* pFont, in InitFont()
207 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()
283 nw::font::ResFont* pFont, in DrawAscii()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp205 nw::font::ResFont* pFont, in InitFont()
256 CleanupFont(nw::font::ResFont* pFont) in CleanupFont()
344 nw::font::ResFont* pFont, in DrawAscii()
402 nw::font::ResFont* pFont, in DrawCounter()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp218 nw::font::ArchiveFont* pFont, in InitFont()
301 nw::font::ArchiveFont* pFont, in InitFontStreaming()
404 CleanupFont(nw::font::ArchiveFont* pFont) in CleanupFont()
485 const nw::font::Font* pFont, in DrawAscii()
/NW4C-2.0.3/sources/libraries/font/
Dfont_Font.cpp97 const Font* pFont, in Set()
Dfont_TextWriterBase.cpp754 const Font* pFont = GetFont(); in PrintImpl() local
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h101 void SetFont(const Font* pFont) { m_pFont = pFont; } in SetFont()