Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_pushbutton.cpp32 void CFFL_PushButton::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_PushButton
36 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw()
Dcffl_pushbutton.h21 void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.h29 virtual void OnDraw(CPDFSDK_PageView* pPageView,
185 void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.cpp84 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_FormFiller
650 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_Button
686 OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDrawDeactive()
Dcffl_interactiveformfiller.h32 void OnDraw(CPDFSDK_PageView* pPageView,
Dcffl_interactiveformfiller.cpp53 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_InteractiveFormFiller
65 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw()
/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.h42 virtual void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_baannothandler.h43 void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_xfawidgethandler.h38 void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_widgethandler.h43 void OnDraw(CPDFSDK_PageView* pPageView,
Dcpdfsdk_baannothandler.cpp65 void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_annothandlermgr.cpp101 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, in Annot_OnDraw()
Dcpdfsdk_xfawidgethandler.cpp48 void CPDFSDK_XFAWidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_XFAWidgetHandler
/external/pdfium/xfa/fde/tto/
Dfde_textout.h147 void OnDraw(const CFX_RectF& rtClip);
Dfde_textout.cpp373 OnDraw(rtClip); in DrawText()
709 void CFDE_TextOut::OnDraw(const CFX_RectF& rtClip) { in OnDraw() function in CFDE_TextOut