Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/fwl/
Dcfwl_form.cpp84 DrawBackground(pGraphics, pTheme); in DrawWidget()
97 pTheme->DrawBackground(&param); in DrawWidget()
148 void CFWL_Form::DrawBackground(CXFA_Graphics* pGraphics, in DrawBackground() function in CFWL_Form
156 pTheme->DrawBackground(&param); in DrawBackground()
Dcfwl_monthcalendar.cpp160 DrawBackground(pGraphics, pTheme, &matrix); in DrawWidget()
181 void CFWL_MonthCalendar::DrawBackground(CXFA_Graphics* pGraphics, in DrawBackground() function in CFWL_MonthCalendar
192 pTheme->DrawBackground(&params); in DrawBackground()
206 pTheme->DrawBackground(&params); in DrawHeadBK()
220 pTheme->DrawBackground(&params); in DrawLButton()
234 pTheme->DrawBackground(&params); in DrawRButton()
268 pTheme->DrawBackground(&params); in DrawSeperator()
293 pTheme->DrawBackground(&params); in DrawDatesInBK()
296 pTheme->DrawBackground(&params); in DrawDatesInBK()
410 pTheme->DrawBackground(&params); in DrawDatesInCircle()
Difwl_themeprovider.h24 virtual void DrawBackground(CFWL_ThemeBackground* pParams) = 0;
Dcfwl_form.h49 void DrawBackground(CXFA_Graphics* pGraphics, IFWL_ThemeProvider* pTheme);
Dcfwl_scrollbar.cpp120 pTheme->DrawBackground(&param); in DrawTrack()
137 pTheme->DrawBackground(&param); in DrawArrowBtn()
152 pTheme->DrawBackground(&param); in DrawThumb()
Dcfwl_checkbox.cpp88 pTheme->DrawBackground(&param); in DrawWidget()
92 pTheme->DrawBackground(&param); in DrawWidget()
/external/pdfium/xfa/fwl/theme/
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_datetimepickertp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_pictureboxtp.cpp17 void CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_PictureBoxTP
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() function in CFWL_BarcodeTP
Dcfwl_comboboxtp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_pushbuttontp.h20 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_datetimepickertp.cpp16 void CFWL_DateTimePickerTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_DateTimePickerTP
Dcfwl_carettp.cpp18 void CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_CaretTP
Dcfwl_scrollbartp.h20 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_monthcalendartp.h22 void DrawBackground(CFWL_ThemeBackground* pParams) override;
DREADME.md27 DrawBackground() calls from CFWL widgets to draw themselves and routes them to
Dcfwl_checkboxtp.h24 void DrawBackground(CFWL_ThemeBackground* pParams) override;
Dcfwl_listboxtp.cpp19 void CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CFWL_ListBoxTP
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp82 void CXFA_FWLTheme::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() function in CXFA_FWLTheme
83 GetTheme(pParams->m_pWidget)->DrawBackground(pParams); in DrawBackground()
Dcxfa_fwltheme.h33 void DrawBackground(CFWL_ThemeBackground* pParams) override;

12