Searched refs:DrawWidget (Results 1 - 25 of 28) sorted by relevance

12

/external/pdfium/xfa/fwl/
H A Dcfwl_picturebox.cpp35 void CFWL_PictureBox::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_PictureBox
49 DrawWidget(pGraphics, matrix);
H A Dcfwl_formproxy.h27 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_formproxy.cpp35 void CFWL_FormProxy::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_FormProxy
H A Dcfwl_picturebox.h26 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_caret.h28 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_caret.cpp48 void CFWL_Caret::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_Caret
96 DrawWidget(pGraphics, matrix);
H A Dcfwl_barcode.h48 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_checkbox.h44 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_form.h37 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_pushbutton.h31 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_datetimepicker.h43 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_barcode.cpp39 void CFWL_Barcode::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_Barcode
58 CFWL_Edit::DrawWidget(pGraphics, matrix);
H A Dcfwl_form.cpp77 void CFWL_Form::DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) { function in class:CFWL_Form
241 DrawWidget(pGraphics, matrix);
H A Dcfwl_pushbutton.cpp51 void CFWL_PushButton::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_PushButton
141 DrawWidget(pGraphics, matrix);
H A Dcfwl_combobox.h55 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_datetimepicker.cpp116 void CFWL_DateTimePicker::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_DateTimePicker
457 m_pEdit->DrawWidget(pGraphics, mt);
466 m_pMonthCal->DrawWidget(pGraphics, mt);
516 DrawWidget(pGraphics, matrix);
H A Dcfwl_edit.h61 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_listbox.h45 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_scrollbar.h33 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_widget.h66 virtual void DrawWidget(CXFA_Graphics* pGraphics,
H A Dcfwl_checkbox.cpp64 void CFWL_CheckBox::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_CheckBox
270 DrawWidget(pGraphics, matrix);
H A Dcfwl_combobox.cpp128 void CFWL_ComboBox::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_ComboBox
641 m_pEdit->DrawWidget(pGraphics, mt);
647 m_pListBox->DrawWidget(pGraphics, mt);
760 DrawWidget(pGraphics, matrix);
H A Dcfwl_monthcalendar.h35 void DrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override;
H A Dcfwl_scrollbar.cpp77 void CFWL_ScrollBar::DrawWidget(CXFA_Graphics* pGraphics, function in class:CFWL_ScrollBar
360 DrawWidget(pGraphics, matrix);
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffbarcode.cpp155 m_pNormalWidget->DrawWidget(pGS, mt);

Completed in 119 milliseconds

12