Lines Matching refs:CXFA_FWLTheme
48 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()
195 float CXFA_FWLTheme::GetLineHeight(const CFWL_ThemePart& pThemePart) const { in GetLineHeight()
201 float CXFA_FWLTheme::GetScrollBarWidth() const { in GetScrollBarWidth()
205 FX_COLORREF CXFA_FWLTheme::GetTextColor( in GetTextColor()
212 CFX_SizeF CXFA_FWLTheme::GetSpaceAboveBelow( in GetSpaceAboveBelow()
225 void CXFA_FWLTheme::CalcTextRect(const CFWL_ThemeText& pParams, in CalcTextRect()
253 CFWL_WidgetTP* CXFA_FWLTheme::GetTheme(CFWL_Widget* pWidget) const { in GetTheme()