Home
last modified time | relevance | path

Searched refs:OnDraw (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp61 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_Button
101 OnDraw(pPageView, pWidget, pDevice, mtUser2Device); in OnDrawDeactive()
Dcffl_button.h37 void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_formfield.h33 virtual void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_interactiveformfiller.h61 void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_interactiveformfiller.cpp57 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_InteractiveFormFiller
67 pFormField->OnDraw(pPageView, pWidget, pDevice, mtUser2Device); in OnDraw()
Dcffl_formfield.cpp56 void CFFL_FormField::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_FormField
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widget.h30 void OnDraw(CFX_RenderDevice* pDevice,
Dcpdfxfa_widget.cpp240 void CPDFXFA_Widget::OnDraw(CFX_RenderDevice* pDevice, in OnDraw() function in CPDFXFA_Widget
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.h36 void OnDraw(CFX_RenderDevice* pDevice,
Dcpdfsdk_annot.h67 virtual void OnDraw(CFX_RenderDevice* pDevice,
Dcpdfsdk_widget.h57 void OnDraw(CFX_RenderDevice* pDevice,
Dcpdfsdk_baannot.cpp262 void CPDFSDK_BAAnnot::OnDraw(CFX_RenderDevice* pDevice, in OnDraw() function in CPDFSDK_BAAnnot
Dcpdfsdk_widget.cpp696 void CPDFSDK_Widget::OnDraw(CFX_RenderDevice* pDevice, in OnDraw() function in CPDFSDK_Widget
704 GetInteractiveFormFiller()->OnDraw(GetPageView(), this, pDevice, in OnDraw()
Dcpdfsdk_pageview.cpp91 pSDKAnnot->OnDraw(pDevice, mtUser2Device, pOptions->GetDrawAnnots()); in PageView_OnDraw()