/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_pushbutton.cpp | 32 void CFFL_PushButton::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_PushButton 36 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw()
|
D | cffl_pushbutton.h | 21 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cffl_formfiller.h | 29 virtual void OnDraw(CPDFSDK_PageView* pPageView, 185 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cffl_formfiller.cpp | 84 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()
|
D | cffl_interactiveformfiller.h | 32 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cffl_interactiveformfiller.cpp | 53 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/ |
D | cpdfsdk_widgethandler.cpp | 91 void CPDFSDK_WidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_WidgetHandler 101 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw()
|
D | ipdfsdk_annothandler.h | 42 virtual void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_baannothandler.h | 43 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_xfawidgethandler.h | 38 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_widgethandler.h | 43 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_baannothandler.cpp | 65 void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_BAAnnotHandler
|
D | cpdfsdk_annothandlermgr.cpp | 101 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, in Annot_OnDraw()
|
D | cpdfsdk_xfawidgethandler.cpp | 48 void CPDFSDK_XFAWidgetHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_XFAWidgetHandler
|
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.h | 147 void OnDraw(const CFX_RectF& rtClip);
|
D | fde_textout.cpp | 373 OnDraw(rtClip); in DrawText() 709 void CFDE_TextOut::OnDraw(const CFX_RectF& rtClip) { in OnDraw() function in CFDE_TextOut
|