Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp48 CXFA_FWLTheme::CXFA_FWLTheme(CXFA_FFApp* pApp) in CXFA_FWLTheme() function in CXFA_FWLTheme
64 bool CXFA_FWLTheme::LoadCalendarFont(CXFA_FFDoc* doc) { in LoadCalendarFont()
82 CXFA_FWLTheme::~CXFA_FWLTheme() { in ~CXFA_FWLTheme()
87 void CXFA_FWLTheme::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
91 void CXFA_FWLTheme::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
148 CFX_RectF CXFA_FWLTheme::GetUIMargin(const CFWL_ThemePart& pThemePart) const { in GetUIMargin()
174 float CXFA_FWLTheme::GetCXBorderSize() const { in GetCXBorderSize()
178 float CXFA_FWLTheme::GetCYBorderSize() const { in GetCYBorderSize()
182 float CXFA_FWLTheme::GetFontSize(const CFWL_ThemePart& pThemePart) const { in GetFontSize()
188 RetainPtr<CFGAS_GEFont> CXFA_FWLTheme::GetFont( in GetFont()
[all …]
Dcxfa_ffapp.h20 class CXFA_FWLTheme; variable
35 CXFA_FWLTheme* GetFWLTheme(CXFA_FFDoc* doc);
63 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.cpp53 CXFA_FWLTheme* CXFA_FFApp::GetFWLTheme(CXFA_FFDoc* doc) { in GetFWLTheme()
55 auto fwl_theme = 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