Home
last modified time | relevance | path

Searched refs:CFWL_ThemePart (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/fwl/
Difwl_themeprovider.h14 class CFWL_ThemePart; variable
27 virtual CFX_RectF GetUIMargin(CFWL_ThemePart* pThemePart) const = 0;
28 virtual float GetFontSize(CFWL_ThemePart* pThemePart) const = 0;
30 CFWL_ThemePart* pThemePart) const = 0;
31 virtual float GetLineHeight(CFWL_ThemePart* pThemePart) const = 0;
33 virtual FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const = 0;
34 virtual CFX_SizeF GetSpaceAboveBelow(CFWL_ThemePart* pThemePart) const = 0;
Dcfwl_themepart.cpp9 CFWL_ThemePart::CFWL_ThemePart() in CFWL_ThemePart() function in CFWL_ThemePart
Dcfwl_themepart.h80 class CFWL_ThemePart {
82 CFWL_ThemePart();
Dcfwl_themetext.h14 class CFWL_ThemeText : public CFWL_ThemePart {
Dcfwl_themebackground.h17 class CFWL_ThemeBackground : public CFWL_ThemePart {
Dcfwl_barcode.cpp170 CFWL_ThemePart part; in GenerateBarcodeImageCache()
Dcfwl_monthcalendar.cpp36 CFWL_ThemePart& params, in GetCapacityForDay()
56 CFWL_ThemePart& params, in GetCapacityForMonth()
415 CFWL_ThemePart params; in CalcSize()
Dcfwl_listbox.cpp479 CFWL_ThemePart part; in CalcSize()
620 CFWL_ThemePart part; in CalcItemHeight()
Dcfwl_edit.cpp668 CFWL_ThemePart part; in UpdateEditParams()
772 CFWL_ThemePart part; in UpdateVAlignment()
939 CFWL_ThemePart part; in Layout()
Dcfwl_combobox.cpp677 CFWL_ThemePart part; in DisForm_Layout()
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.h38 CFX_RectF GetUIMargin(CFWL_ThemePart* pThemePart) const override;
39 float GetFontSize(CFWL_ThemePart* pThemePart) const override;
41 CFWL_ThemePart* pThemePart) const override;
42 float GetLineHeight(CFWL_ThemePart* pThemePart) const override;
44 FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const override;
45 CFX_SizeF GetSpaceAboveBelow(CFWL_ThemePart* pThemePart) const override;
Dxfa_fwltheme.cpp150 CFX_RectF CXFA_FWLTheme::GetUIMargin(CFWL_ThemePart* pThemePart) const { in GetUIMargin()
184 float CXFA_FWLTheme::GetFontSize(CFWL_ThemePart* pThemePart) const { in GetFontSize()
191 CFWL_ThemePart* pThemePart) const { in GetFont()
197 float CXFA_FWLTheme::GetLineHeight(CFWL_ThemePart* pThemePart) const { in GetLineHeight()
207 FX_COLORREF CXFA_FWLTheme::GetTextColor(CFWL_ThemePart* pThemePart) const { in GetTextColor()
213 CFX_SizeF CXFA_FWLTheme::GetSpaceAboveBelow(CFWL_ThemePart* pThemePart) const { in GetSpaceAboveBelow()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h23 class CFWL_ThemePart; variable