Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp62 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_Button
102 OnDraw(pPageView, pAnnot, pDevice, mtUser2Device); in OnDrawDeactive()
Dcffl_button.h42 void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.h31 virtual void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_interactiveformfiller.h34 void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_interactiveformfiller.cpp56 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_InteractiveFormFiller
67 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, *pUser2Device); in OnDraw()
Dcffl_formfiller.cpp70 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_FormFiller
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp91 void CPDFSDK_WidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_WidgetHandler
101 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw()
Dipdfsdk_annothandler.h44 virtual void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_baannothandler.h44 void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_widgethandler.h45 void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_xfawidgethandler.h40 void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_baannothandler.cpp65 void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_xfawidgethandler.cpp49 void CPDFSDK_XFAWidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_XFAWidgetHandler
Dcpdfsdk_annothandlermgr.cpp113 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, in Annot_OnDraw()