Home
last modified time | relevance | path

Searched refs:DrawWidget (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_picturebox.cpp25 void CFWL_PictureBox::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_PictureBox
36 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_caret.cpp39 void CFWL_Caret::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_Caret
76 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_datetimepicker.cpp97 void CFWL_DateTimePicker::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_DateTimePicker
112 m_pEdit->DrawWidget(pGraphics, mt); in DrawWidget()
120 m_pMonthCal->DrawWidget(pGraphics, mt); in DrawWidget()
352 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_combobox.cpp104 void CFWL_ComboBox::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_ComboBox
119 m_pEdit->DrawWidget(pGraphics, mt); in DrawWidget()
125 m_pListBox->DrawWidget(pGraphics, mt); in DrawWidget()
444 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_pushbutton.cpp45 void CFWL_PushButton::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_PushButton
128 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_barcode.cpp33 void CFWL_Barcode::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_Barcode
52 CFWL_Edit::DrawWidget(pGraphics, matrix); in DrawWidget()
Dcfwl_picturebox.h20 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_caret.h23 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_pushbutton.h28 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_checkbox.h40 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_checkbox.cpp53 void CFWL_CheckBox::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_CheckBox
231 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_barcode.h28 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_datetimepicker.h42 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_combobox.h46 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_scrollbar.h32 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_listbox.h59 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_edit.h60 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_monthcalendar.h28 void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_widget.h115 virtual void DrawWidget(CFGAS_GEGraphics* pGraphics,
Dcfwl_scrollbar.cpp47 void CFWL_ScrollBar::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_ScrollBar
334 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_listbox.cpp89 void CFWL_ListBox::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_ListBox
645 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_monthcalendar.cpp123 void CFWL_MonthCalendar::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_MonthCalendar
629 DrawWidget(pGraphics, matrix); in OnDrawWidget()
Dcfwl_edit.cpp136 void CFWL_Edit::DrawWidget(CFGAS_GEGraphics* pGraphics, in DrawWidget() function in CFWL_Edit
847 DrawWidget(pGraphics, matrix); in OnDrawWidget()
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp188 GetNormalWidget()->DrawWidget(pGS, mt); in RenderWidget()