Home
last modified time | relevance | path

Searched refs:CXFA_FWLTheme (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp47 CXFA_FWLTheme::CXFA_FWLTheme(CXFA_FFApp* pApp) in CXFA_FWLTheme() function in CXFA_FWLTheme
77 CXFA_FWLTheme::~CXFA_FWLTheme() { in ~CXFA_FWLTheme()
82 void CXFA_FWLTheme::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
86 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText()
149 CFX_RectF CXFA_FWLTheme::GetUIMargin(CFWL_ThemePart* pThemePart) const { in GetUIMargin()
176 float CXFA_FWLTheme::GetCXBorderSize() const { in GetCXBorderSize()
180 float CXFA_FWLTheme::GetCYBorderSize() const { in GetCYBorderSize()
184 float CXFA_FWLTheme::GetFontSize(CFWL_ThemePart* pThemePart) const { in GetFontSize()
190 RetainPtr<CFGAS_GEFont> CXFA_FWLTheme::GetFont( in GetFont()
197 float CXFA_FWLTheme::GetLineHeight(CFWL_ThemePart* pThemePart) const { in GetLineHeight()
[all …]
Dcxfa_ffapp.h27 class CXFA_FWLTheme; variable
43 CXFA_FWLTheme* GetFWLTheme();
72 std::unique_ptr<CXFA_FWLTheme> m_pFWLTheme;
Dcxfa_fwltheme.h27 class CXFA_FWLTheme final : public IFWL_ThemeProvider {
29 explicit CXFA_FWLTheme(CXFA_FFApp* pApp);
30 ~CXFA_FWLTheme() override;
Dcxfa_ffapp.cpp65 CXFA_FWLTheme* CXFA_FFApp::GetFWLTheme() { in GetFWLTheme()
67 m_pFWLTheme = pdfium::MakeUnique<CXFA_FWLTheme>(this); in GetFWLTheme()
/external/pdfium/xfa/fwl/theme/
DREADME.md25 All these widget TP classes are composed into CXFA_FWLTheme, which implements
26 IFWL_ThemeProvider (and is the only class that does). CXFA_FWLTheme receives