Searched refs:OnDrawWidget (Results 1 - 25 of 44) sorted by relevance

12

/external/pdfium/xfa/fwl/
H A Difwl_widgetdelegate.h23 virtual void OnDrawWidget(CFX_Graphics* pGraphics,
H A Difwl_widgetmgrdelegate.h19 virtual void OnDrawWidget(CFWL_Widget* pWidget,
H A Dcfwl_comboboxproxy.h26 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_picturebox.h27 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_caret.h32 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_picturebox.cpp47 void CFWL_PictureBox::OnDrawWidget(CFX_Graphics* pGraphics, function in class:CFWL_PictureBox
H A Dcfwl_checkbox.h47 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_form.h43 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_pushbutton.h33 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_spinbutton.h33 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_caret.cpp92 void CFWL_Caret::OnDrawWidget(CFX_Graphics* pGraphics, function in class:CFWL_Caret
H A Dcfwl_comboboxproxy.cpp61 void CFWL_ComboBoxProxy::OnDrawWidget(CFX_Graphics* pGraphics, function in class:CFWL_ComboBoxProxy
H A Dcfwl_datetimepicker.h45 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_combobox.h59 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_listbox.h49 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dcfwl_scrollbar.h35 void OnDrawWidget(CFX_Graphics* pGraphics,
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffimageedit.h26 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dxfa_ffcheckbutton.h30 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dxfa_ffpushbutton.h34 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dxfa_ffchoicelist.h23 void OnDrawWidget(CFX_Graphics* pGraphics,
72 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dxfa_ffimageedit.cpp133 void CXFA_FFImageEdit::OnDrawWidget(CFX_Graphics* pGraphics, function in class:CXFA_FFImageEdit
135 m_pOldDelegate->OnDrawWidget(pGraphics, pMatrix);
H A Dxfa_ffcheckbutton.cpp232 GetApp()->GetWidgetMgrDelegate()->OnDrawWidget(m_pNormalWidget, pGS, &mt);
325 void CXFA_FFCheckButton::OnDrawWidget(CFX_Graphics* pGraphics, function in class:CXFA_FFCheckButton
327 m_pOldDelegate->OnDrawWidget(pGraphics, pMatrix);
H A Dxfa_fffield.h56 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dxfa_fftextedit.h29 void OnDrawWidget(CFX_Graphics* pGraphics,
H A Dxfa_ffpushbutton.cpp49 GetApp()->GetWidgetMgrDelegate()->OnDrawWidget(m_pNormalWidget, pGS, &mt);
207 void CXFA_FFPushButton::OnDrawWidget(CFX_Graphics* pGraphics, function in class:CXFA_FFPushButton

Completed in 222 milliseconds

12