Home
last modified time | relevance | path

Searched refs:CFWL_FontManager (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp92 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0); in InitTTO()
297 CFWL_FontManager* CFWL_FontManager::s_FontManager = nullptr;
298 CFWL_FontManager* CFWL_FontManager::GetInstance() { in GetInstance()
300 s_FontManager = new CFWL_FontManager; in GetInstance()
304 void CFWL_FontManager::DestroyInstance() { in DestroyInstance()
309 CFWL_FontManager::CFWL_FontManager() {} in CFWL_FontManager() function in CFWL_FontManager
311 CFWL_FontManager::~CFWL_FontManager() {} in ~CFWL_FontManager()
313 RetainPtr<CFGAS_GEFont> CFWL_FontManager::FindFont( in FindFont()
330 CFWL_FontManager::DestroyInstance(); in FWLTHEME_Release()
Dcfwl_widgettp.h124 class CFWL_FontManager {
126 static CFWL_FontManager* GetInstance();
134 CFWL_FontManager();
135 virtual ~CFWL_FontManager();
137 static CFWL_FontManager* s_FontManager;