Searched refs:CXFA_FWLTheme (Results 1 – 5 of 5) sorted by relevance
48 CXFA_FWLTheme::CXFA_FWLTheme(CXFA_FFApp* pApp) in CXFA_FWLTheme() function in CXFA_FWLTheme64 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 …]
20 class CXFA_FWLTheme; variable35 CXFA_FWLTheme* GetFWLTheme(CXFA_FFDoc* doc);63 std::unique_ptr<CXFA_FWLTheme> m_pFWLTheme;
27 class CXFA_FWLTheme final : public IFWL_ThemeProvider {29 explicit CXFA_FWLTheme(CXFA_FFApp* pApp);30 ~CXFA_FWLTheme() override;
53 CXFA_FWLTheme* CXFA_FFApp::GetFWLTheme(CXFA_FFDoc* doc) { in GetFWLTheme()55 auto fwl_theme = pdfium::MakeUnique<CXFA_FWLTheme>(this); in GetFWLTheme()
25 All these widget TP classes are composed into CXFA_FWLTheme, which implements26 IFWL_ThemeProvider (and is the only class that does). CXFA_FWLTheme receives