HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_ThemeBackground (Results 1 - 25 of 39) sorted by null

1 2

  /external/pdfium/xfa/fwl/
cfwl_themebackground.h 15 class CFWL_ThemeBackground : public CFWL_ThemePart {
17 CFWL_ThemeBackground();
18 ~CFWL_ThemeBackground();
24 inline CFWL_ThemeBackground::CFWL_ThemeBackground()
27 inline CFWL_ThemeBackground::~CFWL_ThemeBackground() {}
ifwl_themeprovider.h 15 class CFWL_ThemeBackground;
24 virtual void DrawBackground(CFWL_ThemeBackground* pParams) = 0;
cfwl_caret.cpp 13 #include "xfa/fwl/cfwl_themebackground.h"
81 CFWL_ThemeBackground param;
cfwl_form.cpp 19 #include "xfa/fwl/cfwl_themebackground.h"
89 CFWL_ThemeBackground param;
150 CFWL_ThemeBackground param;
  /external/pdfium/xfa/fwl/theme/
cfwl_datetimepickertp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
cfwl_comboboxtp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams,
24 void DrawStrethHandler(CFWL_ThemeBackground* pParams,
cfwl_monthcalendartp.h 22 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)
    [all...]
cfwl_barcodetp.h 19 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_edittp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_pictureboxtp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_pictureboxtp.cpp 10 #include "xfa/fwl/cfwl_themebackground.h"
17 void CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) {
cfwl_barcodetp.cpp 10 #include "xfa/fwl/cfwl_themebackground.h"
17 void CFWL_BarcodeTP::DrawBackground(CFWL_ThemeBackground* pParams) {
cfwl_carettp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_listboxtp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_datetimepickertp.cpp 10 #include "xfa/fwl/cfwl_themebackground.h"
16 void CFWL_DateTimePickerTP::DrawBackground(CFWL_ThemeBackground* pParams) {
34 void CFWL_DateTimePickerTP::DrawDropDownButton(CFWL_ThemeBackground* pParams,
cfwl_comboboxtp.cpp 10 #include "xfa/fwl/cfwl_themebackground.h"
20 void CFWL_ComboBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) {
63 void CFWL_ComboBoxTP::DrawStrethHandler(CFWL_ThemeBackground* pParams,
74 void CFWL_ComboBoxTP::DrawDropDownButton(CFWL_ThemeBackground* pParams,
cfwl_pushbuttontp.h 20 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_carettp.cpp 10 #include "xfa/fwl/cfwl_themebackground.h"
18 void CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) {
cfwl_scrollbartp.h 20 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_monthcalendartp.cpp 11 #include "xfa/fwl/cfwl_themebackground.h"
34 void CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) {
105 void CFWL_MonthCalendarTP::DrawTotalBK(CFWL_ThemeBackground* pParams,
116 void CFWL_MonthCalendarTP::DrawHeadBk(CFWL_ThemeBackground* pParams,
127 void CFWL_MonthCalendarTP::DrawLButton(CFWL_ThemeBackground* pParams,
160 void CFWL_MonthCalendarTP::DrawRButton(CFWL_ThemeBackground* pParams,
193 void CFWL_MonthCalendarTP::DrawHSeperator(CFWL_ThemeBackground* pParams,
206 void CFWL_MonthCalendarTP::DrawWeekNumSep(CFWL_ThemeBackground* pParams,
219 void CFWL_MonthCalendarTP::DrawDatesInBK(CFWL_ThemeBackground* pParams,
242 void CFWL_MonthCalendarTP::DrawDatesInCircle(CFWL_ThemeBackground* pParams
    [all...]
cfwl_widgettp.h 22 class CFWL_ThemeBackground;
38 virtual void DrawBackground(CFWL_ThemeBackground* pParams);
cfwl_checkboxtp.h 24 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_edittp.cpp 10 #include "xfa/fwl/cfwl_themebackground.h"
23 void CFWL_EditTP::DrawBackground(CFWL_ThemeBackground* pParams) {
cfwl_listboxtp.cpp 10 #include "xfa/fwl/cfwl_themebackground.h"
19 void CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) {
  /external/pdfium/xfa/fxfa/
cxfa_fwltheme.h 33 void DrawBackground(CFWL_ThemeBackground* pParams) override;

Completed in 145 milliseconds

1 2