Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp137 DrawBackground(pGraphics, pTheme, &matrix); in DrawWidget()
158 void CFWL_MonthCalendar::DrawBackground(CXFA_Graphics* pGraphics, in DrawBackground() function in CFWL_MonthCalendar
169 pTheme->DrawBackground(params); in DrawBackground()
183 pTheme->DrawBackground(params); in DrawHeadBK()
197 pTheme->DrawBackground(params); in DrawLButton()
211 pTheme->DrawBackground(params); in DrawRButton()
245 pTheme->DrawBackground(params); in DrawSeparator()
270 pTheme->DrawBackground(params); in DrawDatesInBK()
273 pTheme->DrawBackground(params); in DrawDatesInBK()
387 pTheme->DrawBackground(params); in DrawDatesInCircle()
Dcfwl_widget.cpp313 void CFWL_Widget::DrawBackground(CXFA_Graphics* pGraphics, in DrawBackground() function in CFWL_Widget
324 pTheme->DrawBackground(param); in DrawBackground()
337 pTheme->DrawBackground(param); in DrawBorder()
Difwl_themeprovider.h24 virtual void DrawBackground(const CFWL_ThemeBackground& pParams) = 0;
Dcfwl_checkbox.cpp82 pTheme->DrawBackground(param); in DrawWidget()
86 pTheme->DrawBackground(param); in DrawWidget()
Dcfwl_caret.cpp80 pTheme->DrawBackground(param); in DrawCaretBK()
/external/pdfium/xfa/fwl/theme/
Dcfwl_pictureboxtp.h18 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_barcodetp.h19 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_edittp.h18 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_pictureboxtp.cpp17 void CFWL_PictureBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_PictureBoxTP
Dcfwl_datetimepickertp.h18 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_comboboxtp.h18 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_carettp.h18 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_listboxtp.h18 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_barcodetp.cpp17 void CFWL_BarcodeTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_BarcodeTP
Dcfwl_pushbuttontp.h20 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_carettp.cpp20 void CFWL_CaretTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_CaretTP
Dcfwl_datetimepickertp.cpp16 void CFWL_DateTimePickerTP::DrawBackground( in DrawBackground() function in CFWL_DateTimePickerTP
Dcfwl_monthcalendartp.h18 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_scrollbartp.h20 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_checkboxtp.h22 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
Dcfwl_comboboxtp.cpp21 void CFWL_ComboBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_ComboBoxTP
DREADME.md27 DrawBackground() calls from CFWL widgets to draw themselves and routes them to
Dcfwl_listboxtp.cpp21 void CFWL_ListBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_ListBoxTP
Dcfwl_edittp.cpp20 void CFWL_EditTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_EditTP
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h35 void DrawBackground(const CFWL_ThemeBackground& pParams) override;

12