Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_pictureboximp.cpp84 FWL_ERR CFWL_PictureBoxImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_PictureBoxImp
149 return m_pOwner->DrawWidget(pGraphics, pMatrix); in OnDrawWidget()
Dfwl_caretimp.cpp73 FWL_ERR CFWL_CaretImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_CaretImp
153 return m_pOwner->DrawWidget(pGraphics, pMatrix); in OnDrawWidget()
Dfwl_barcodeimp.cpp68 FWL_ERR CFWL_BarcodeImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_BarcodeImp
92 return CFWL_EditImp::DrawWidget(pGraphics, pMatrix); in DrawWidget()
Dfwl_formproxyimp.cpp46 FWL_ERR CFWL_FormProxyImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_FormProxyImp
Dfwl_tooltipctrlimp.cpp131 FWL_ERR CFWL_ToolTipImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_ToolTipImp
290 return m_pOwner->DrawWidget(pGraphics, pMatrix); in OnDrawWidget()
Dfwl_spinbuttonimp.cpp118 FWL_ERR CFWL_SpinButtonImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_SpinButtonImp
254 return m_pOwner->DrawWidget(pGraphics, pMatrix); in OnDrawWidget()
Dfwl_datetimepickerimp.cpp548 FWL_ERR CFWL_DateTimePickerImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_DateTimePickerImp
998 m_pEdit->DrawWidget(pGraphics, &mt); in DisForm_DrawWidget()
1008 m_pMonthCal->DrawWidget(pGraphics, &mt); in DisForm_DrawWidget()
1063 return m_pOwner->DrawWidget(pGraphics, pMatrix); in OnDrawWidget()
Dfwl_checkboximp.cpp106 FWL_ERR CFWL_CheckBoxImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_CheckBoxImp
458 return m_pOwner->DrawWidget(pGraphics, pMatrix); in OnDrawWidget()
Dfwl_pushbuttonimp.cpp104 FWL_ERR CFWL_PushButtonImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_PushButtonImp
457 return m_pOwner->DrawWidget(pGraphics, pMatrix); in OnDrawWidget()
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_formproxyimp.h26 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_barcodeimp.h31 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_pictureboximp.h26 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_caretimp.h30 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_checkboximp.h26 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_pushbuttonimp.h27 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_spinbuttonimp.h28 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_tooltipctrlimp.h27 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_listboximp.h31 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_scrollbarimp.h28 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_datetimepickerimp.h115 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp181 FWL_ERR CFWL_Widget::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget() function in CFWL_Widget
185 return m_pIface->DrawWidget(pGraphics, pMatrix); in DrawWidget()
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h80 FWL_ERR DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = NULL);
/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h54 FWL_ERR DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = NULL);
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_formimp.h82 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,
Dfwl_widgetimp.h56 virtual FWL_ERR DrawWidget(CFX_Graphics* pGraphics,

12