/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_monthcalendar.cpp | 129 DrawBackground(pGraphics, matrix); in DrawWidget() 150 void CFWL_MonthCalendar::DrawBackground(CFGAS_GEGraphics* pGraphics, in DrawBackground() function in CFWL_MonthCalendar 156 GetThemeProvider()->DrawBackground(params); in DrawBackground() 164 GetThemeProvider()->DrawBackground(params); in DrawHeadBK() 173 GetThemeProvider()->DrawBackground(params); in DrawLButton() 182 GetThemeProvider()->DrawBackground(params); in DrawRButton() 204 GetThemeProvider()->DrawBackground(params); in DrawSeparator() 225 pTheme->DrawBackground(params); in DrawDatesInBK() 228 pTheme->DrawBackground(params); in DrawDatesInBK() 311 GetThemeProvider()->DrawBackground(params); in DrawDatesInCircle()
|
H A D | cfwl_scrollbar.cpp | 83 GetThemeProvider()->DrawBackground(param); in DrawUpperTrack() 95 GetThemeProvider()->DrawBackground(param); in DrawLowerTrack() 107 GetThemeProvider()->DrawBackground(param); in DrawMaxArrowBtn() 119 GetThemeProvider()->DrawBackground(param); in DrawMinArrowBtn() 130 GetThemeProvider()->DrawBackground(param); in DrawThumb()
|
H A D | cfwl_widget.cpp | 279 void CFWL_Widget::DrawBackground(CFGAS_GEGraphics* pGraphics, in DrawBackground() function in CFWL_Widget 285 GetThemeProvider()->DrawBackground(param); in DrawBackground() 294 GetThemeProvider()->DrawBackground(param); in DrawBorder()
|
H A D | cfwl_checkbox.cpp | 70 pTheme->DrawBackground(param); in DrawWidget() 79 pTheme->DrawBackground(checkParam); in DrawWidget()
|
/aosp_15_r20/external/webp/examples/ |
H A D | vwebp.c | 333 static void DrawBackground(void) { in DrawBackground() function 366 DrawBackground(); in DrawBackgroundScissored() 386 DrawBackground(); in HandleDisplay() 470 DrawBackground(); in StartDisplay()
|
/aosp_15_r20/external/pdfium/xfa/fxfa/ |
H A D | cxfa_fwltheme.cpp | 83 void CXFA_FWLTheme::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CXFA_FWLTheme 84 GetTheme(pParams.GetWidget())->DrawBackground(pParams); in DrawBackground()
|
H A D | cxfa_fwltheme.h | 36 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
/aosp_15_r20/external/pdfium/xfa/fwl/theme/ |
H A D | cfwl_barcodetp.h | 20 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_pictureboxtp.h | 19 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_comboboxtp.h | 19 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_datetimepickertp.h | 19 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_edittp.h | 19 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_pictureboxtp.cpp | 17 void CFWL_PictureBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_PictureBoxTP
|
H A D | cfwl_carettp.h | 20 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_listboxtp.h | 20 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_barcodetp.cpp | 17 void CFWL_BarcodeTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_BarcodeTP
|
H A D | cfwl_datetimepickertp.cpp | 16 void CFWL_DateTimePickerTP::DrawBackground( in DrawBackground() function in CFWL_DateTimePickerTP
|
H A D | cfwl_pushbuttontp.h | 22 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_carettp.cpp | 20 void CFWL_CaretTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_CaretTP
|
H A D | cfwl_scrollbartp.h | 21 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_monthcalendartp.h | 19 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | cfwl_comboboxtp.cpp | 20 void CFWL_ComboBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground() function in CFWL_ComboBoxTP
|
H A D | cfwl_checkboxtp.h | 25 void DrawBackground(const CFWL_ThemeBackground& pParams) override;
|
H A D | README.md | 27 DrawBackground() calls from CFWL widgets to draw themselves and routes them to
|
H A D | cfwl_widgettp.h | 29 virtual void DrawBackground(const CFWL_ThemeBackground& pParams);
|