Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Difwl_themeprovider.h17 class CFWL_ThemeText; variable
25 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
26 virtual void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;
Dcfwl_themetext.h14 class CFWL_ThemeText : public CFWL_ThemePart {
16 CFWL_ThemeText() : m_pGraphics(nullptr) {} in CFWL_ThemeText() function
Dcfwl_monthcalendar.cpp240 CFWL_ThemeText textParam; in DrawCaption()
304 CFWL_ThemeText params; in DrawWeek()
330 CFWL_ThemeText params; in DrawToday()
352 CFWL_ThemeText params; in DrawDatesIn()
378 CFWL_ThemeText params; in DrawDatesOut()
DREADME.md56 respectively of types CFWL_ThemeBackground and CFWL_ThemeText. See
Dcfwl_widget.cpp324 CFWL_ThemeText calPart; in CalcTextSize()
344 CFWL_ThemeText calPart; in CalcTextRect()
Dcfwl_checkbox.cpp94 CFWL_ThemeText textParam; in DrawWidget()
Dcfwl_listbox.cpp454 CFWL_ThemeText textParam; in DrawItem()
Dcfwl_combobox.cpp171 CFWL_ThemeText theme_text; in DrawWidget()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h34 void DrawText(CFWL_ThemeText* pParams) override;
35 void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) override;
Dcxfa_fwltheme.cpp86 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText()
225 void CXFA_FWLTheme::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) { in CalcTextRect()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h24 class CFWL_ThemeText; variable
39 virtual void DrawText(CFWL_ThemeText* pParams);
Dcfwl_monthcalendartp.h23 void DrawText(CFWL_ThemeText* pParams) override;
Dcfwl_checkboxtp.h23 void DrawText(CFWL_ThemeText* pParams) override;
Dcfwl_checkboxtp.cpp56 void CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
Dcfwl_monthcalendartp.cpp88 void CFWL_MonthCalendarTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()
Dcfwl_widgettp.cpp40 void CFWL_WidgetTP::DrawText(CFWL_ThemeText* pParams) { in DrawText()