Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h42 const CFX_RetainPtr<CFGAS_GEFont>& GetFont() const { return m_pFDEFont; } in GetFont()
98 CFX_RetainPtr<CFGAS_GEFont> m_pFDEFont; variable
Dcfwl_widgettp.cpp27 : m_dwRefCount(1), m_pFDEFont(nullptr), m_pColorData(nullptr) {} in CFWL_WidgetTP()
87 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0); in InitTTO()
89 m_pTextOut->SetFont(m_pFDEFont); in InitTTO()