Home
last modified time | relevance | path

Searched refs:CFWL_ThemeText (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/fwl/
Difwl_themeprovider.h17 class CFWL_ThemeText; variable
25 virtual void DrawText(const CFWL_ThemeText& pParams) = 0;
26 virtual void CalcTextRect(const CFWL_ThemeText& pParams,
Dcfwl_themetext.h14 class CFWL_ThemeText final : public CFWL_ThemePart {
16 CFWL_ThemeText() = default;
Dcfwl_monthcalendar.cpp217 CFWL_ThemeText textParam; in DrawCaption()
281 CFWL_ThemeText params; in DrawWeek()
307 CFWL_ThemeText params; in DrawToday()
329 CFWL_ThemeText params; in DrawDatesIn()
355 CFWL_ThemeText params; in DrawDatesOut()
DREADME.md54 respectively of types CFWL_ThemeBackground and CFWL_ThemeText. See
Dcfwl_widget.cpp257 CFWL_ThemeText calPart; in CalcTextSize()
277 CFWL_ThemeText calPart; in CalcTextRect()
Dcfwl_checkbox.cpp88 CFWL_ThemeText textParam; in DrawWidget()
Dcfwl_listbox.cpp447 CFWL_ThemeText textParam; in DrawItem()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h36 void DrawText(const CFWL_ThemeText& pParams) override;
37 void CalcTextRect(const CFWL_ThemeText& pParams, CFX_RectF* pRect) override;
Dcxfa_fwltheme.cpp91 void CXFA_FWLTheme::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
225 void CXFA_FWLTheme::CalcTextRect(const CFWL_ThemeText& pParams, in CalcTextRect()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h23 class CFWL_ThemeText; variable
30 virtual void DrawText(const CFWL_ThemeText& pParams);
Dcfwl_monthcalendartp.h19 void DrawText(const CFWL_ThemeText& pParams) override;
Dcfwl_checkboxtp.h23 void DrawText(const CFWL_ThemeText& pParams) override;
Dcfwl_widgettp.cpp39 void CFWL_WidgetTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
Dcfwl_checkboxtp.cpp40 void CFWL_CheckBoxTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
Dcfwl_monthcalendartp.cpp86 void CFWL_MonthCalendarTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()