HomeSort by relevance Sort by last modified time
    Searched refs:OnDraw (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_pushbutton.cpp 32 void CFFL_PushButton::OnDraw(CPDFSDK_PageView* pPageView,
36 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
cffl_pushbutton.h 21 void OnDraw(CPDFSDK_PageView* pPageView,
cffl_formfiller.h 29 virtual void OnDraw(CPDFSDK_PageView* pPageView,
185 void OnDraw(CPDFSDK_PageView* pPageView,
cffl_interactiveformfiller.h 32 void OnDraw(CPDFSDK_PageView* pPageView,
cffl_formfiller.cpp 84 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView,
650 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView,
686 OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
cffl_interactiveformfiller.cpp 53 void CFFL_InteractiveFormFiller::OnDraw(CPDFSDK_PageView* pPageView,
65 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_baannothandler.h 43 void OnDraw(CPDFSDK_PageView* pPageView,
ipdfsdk_annothandler.h 42 virtual void OnDraw(CPDFSDK_PageView* pPageView,
cpdfsdk_baannothandler.cpp 65 void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView,
cpdfsdk_widgethandler.h 43 void OnDraw(CPDFSDK_PageView* pPageView,
cpdfsdk_xfawidgethandler.h 38 void OnDraw(CPDFSDK_PageView* pPageView,
cpdfsdk_widgethandler.cpp 91 void CPDFSDK_WidgetHandler::OnDraw(CPDFSDK_PageView* pPageView,
101 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device);
cpdfsdk_annothandlermgr.cpp 101 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device,
cpdfsdk_xfawidgethandler.cpp 48 void CPDFSDK_XFAWidgetHandler::OnDraw(CPDFSDK_PageView* pPageView,
  /external/pdfium/xfa/fde/tto/
fde_textout.h 147 void OnDraw(const CFX_RectF& rtClip);
fde_textout.cpp 373 OnDraw(rtClip);
709 void CFDE_TextOut::OnDraw(const CFX_RectF& rtClip) {

Completed in 375 milliseconds