Lines Matching refs:CXFA_FWLTheme
47 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()
203 float CXFA_FWLTheme::GetScrollBarWidth() const { in GetScrollBarWidth()
207 FX_COLORREF CXFA_FWLTheme::GetTextColor(CFWL_ThemePart* pThemePart) const { in GetTextColor()
213 CFX_SizeF CXFA_FWLTheme::GetSpaceAboveBelow(CFWL_ThemePart* pThemePart) const { in GetSpaceAboveBelow()
225 void CXFA_FWLTheme::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) { in CalcTextRect()
255 CFWL_WidgetTP* CXFA_FWLTheme::GetTheme(CFWL_Widget* pWidget) const { in GetTheme()