Home
last modified time | relevance | path

Searched refs:CFWL_ThemeBackground (Results 1 – 25 of 40) sorted by relevance

12

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.h22 void DrawBackground(CFWL_ThemeBackground* pParams) override;
36 void DrawTotalBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
37 void DrawHeadBk(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
38 void DrawLButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
39 void DrawRButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
40 void DrawDatesInBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
41 void DrawDatesInCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
42 void DrawTodayCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
43 void DrawHSeperator(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
44 void DrawWeekNumSep(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
Dcfwl_monthcalendartp.cpp34 void CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
105 void CFWL_MonthCalendarTP::DrawTotalBK(CFWL_ThemeBackground* pParams, in DrawTotalBK()
116 void CFWL_MonthCalendarTP::DrawHeadBk(CFWL_ThemeBackground* pParams, in DrawHeadBk()
127 void CFWL_MonthCalendarTP::DrawLButton(CFWL_ThemeBackground* pParams, in DrawLButton()
160 void CFWL_MonthCalendarTP::DrawRButton(CFWL_ThemeBackground* pParams, in DrawRButton()
193 void CFWL_MonthCalendarTP::DrawHSeperator(CFWL_ThemeBackground* pParams, in DrawHSeperator()
206 void CFWL_MonthCalendarTP::DrawWeekNumSep(CFWL_ThemeBackground* pParams, in DrawWeekNumSep()
219 void CFWL_MonthCalendarTP::DrawDatesInBK(CFWL_ThemeBackground* pParams, in DrawDatesInBK()
242 void CFWL_MonthCalendarTP::DrawDatesInCircle(CFWL_ThemeBackground* pParams, in DrawDatesInCircle()
255 void CFWL_MonthCalendarTP::DrawTodayCircle(CFWL_ThemeBackground* pParams, in DrawTodayCircle()
Dcfwl_comboboxtp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams,
24 void DrawStrethHandler(CFWL_ThemeBackground* pParams,
Dcfwl_comboboxtp.cpp20 void CFWL_ComboBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
63 void CFWL_ComboBoxTP::DrawStrethHandler(CFWL_ThemeBackground* pParams, in DrawStrethHandler()
74 void CFWL_ComboBoxTP::DrawDropDownButton(CFWL_ThemeBackground* pParams, in DrawDropDownButton()
Dcfwl_datetimepickertp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
Dcfwl_datetimepickertp.cpp16 void CFWL_DateTimePickerTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
34 void CFWL_DateTimePickerTP::DrawDropDownButton(CFWL_ThemeBackground* pParams, in DrawDropDownButton()
Dcfwl_widgettp.h22 class CFWL_ThemeBackground; variable
38 virtual void DrawBackground(CFWL_ThemeBackground* pParams);
Dcfwl_barcodetp.h19 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_pictureboxtp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_edittp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_pictureboxtp.cpp17 void CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
Dcfwl_listboxtp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_carettp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_barcodetp.cpp17 void CFWL_BarcodeTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
Dcfwl_pushbuttontp.h20 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_carettp.cpp18 void CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
Dcfwl_scrollbartp.h20 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_checkboxtp.h24 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_listboxtp.cpp19 void CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground()
/external/pdfium/xfa/fwl/
Dcfwl_themebackground.h15 class CFWL_ThemeBackground : public CFWL_ThemePart {
17 CFWL_ThemeBackground();
18 ~CFWL_ThemeBackground();
24 inline CFWL_ThemeBackground::CFWL_ThemeBackground() in CFWL_ThemeBackground() function
27 inline CFWL_ThemeBackground::~CFWL_ThemeBackground() {} in ~CFWL_ThemeBackground()
Difwl_themeprovider.h15 class CFWL_ThemeBackground; variable
24 virtual void DrawBackground(CFWL_ThemeBackground* pParams) = 0;
Dcfwl_monthcalendar.cpp184 CFWL_ThemeBackground params; in DrawBackground()
198 CFWL_ThemeBackground params; in DrawHeadBK()
212 CFWL_ThemeBackground params; in DrawLButton()
226 CFWL_ThemeBackground params; in DrawRButton()
260 CFWL_ThemeBackground params; in DrawSeperator()
274 CFWL_ThemeBackground params; in DrawDatesInBK()
402 CFWL_ThemeBackground params; in DrawDatesInCircle()
Dcfwl_form.cpp89 CFWL_ThemeBackground param; in DrawWidget()
150 CFWL_ThemeBackground param; in DrawBackground()
Dcfwl_scrollbar.cpp111 CFWL_ThemeBackground param; in DrawTrack()
127 CFWL_ThemeBackground param; in DrawArrowBtn()
143 CFWL_ThemeBackground param; in DrawThumb()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h33 void DrawBackground(CFWL_ThemeBackground* pParams) override;

12