Home
last modified time | relevance | path

Searched refs:DrawBackground (Results 1 – 25 of 46) sorted by relevance

12

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h29 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
75 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
90 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dxfa_fwltheme.cpp102 FX_BOOL CXFA_FWLTheme::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CXFA_FWLTheme
103 return GetTheme(pParams->m_pWidget)->DrawBackground(pParams); in DrawBackground()
340 FX_BOOL CXFA_FWLCheckBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CXFA_FWLCheckBoxTP
392 FX_BOOL CXFA_FWLEditTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CXFA_FWLEditTP
410 return CFWL_EditTP::DrawBackground(pParams); in DrawBackground()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp271 DrawBackground(pGraphics, pTheme); in DrawWidget()
286 pTheme->DrawBackground(&param); in DrawWidget()
295 pTheme->DrawBackground(&param); in DrawWidget()
301 pTheme->DrawBackground(&param); in DrawWidget()
307 pTheme->DrawBackground(&param); in DrawWidget()
327 pTheme->DrawBackground(&param); in DrawWidget()
339 pTheme->DrawBackground(&param); in DrawWidget()
350 pTheme->DrawBackground(&param); in DrawWidget()
360 pTheme->DrawBackground(&param); in DrawWidget()
367 pTheme->DrawBackground(&param); in DrawWidget()
[all …]
/external/pdfium/xfa/include/fwl/theme/
Dpictureboxtp.h16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dbarcodetp.h16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dedittp.h16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Ddatetimepickertp.h16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dcarettp.h16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dlistboxtp.h17 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dcomboboxtp.h16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dpushbuttontp.h19 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dscrollbartp.h19 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dmonthcalendartp.h19 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dcheckboxtp.h20 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
Dformtp.h22 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
/external/pdfium/xfa/src/fwl/src/theme/
Dpictureboxtp.cpp15 FX_BOOL CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_PictureBoxTP
Dbarcodetp.cpp15 FX_BOOL CFWL_BarcodeTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_BarcodeTP
Dcarettp.cpp15 FX_BOOL CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_CaretTP
Dedittp.cpp15 FX_BOOL CFWL_EditTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_EditTP
Dlistboxtp.cpp15 FX_BOOL CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_ListBoxTP
Ddatetimepickertp.cpp20 FX_BOOL CFWL_DateTimePickerTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_DateTimePickerTP
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_monthcalendarimp.cpp196 pTheme->DrawBackground(&params); in DrawBkground()
210 pTheme->DrawBackground(&params); in DrawHeadBK()
224 pTheme->DrawBackground(&params); in DrawLButton()
238 pTheme->DrawBackground(&params); in DrawRButton()
277 pTheme->DrawBackground(&params); in DrawSeperator()
306 pTheme->DrawBackground(&params); in DrawDatesInBK()
309 pTheme->DrawBackground(&params); in DrawDatesInBK()
383 pTheme->DrawBackground(&params); in DrawWeekNumberSep()
474 pTheme->DrawBackground(&params); in DrawDatesInCircle()
494 pTheme->DrawBackground(&params); in DrawTodayCircle()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtheme.cpp33 FX_BOOL CFWL_Theme::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_Theme
36 return pTheme->DrawBackground(pParams); in DrawBackground()
/external/pdfium/xfa/include/fwl/lightwidget/
Dtheme.h29 FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams) override;
/external/pdfium/xfa/include/fwl/core/
Dfwl_theme.h70 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams) = 0;

12