/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_PushButton.cpp | 32 void CFFL_PushButton::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_PushButton 37 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
|
D | FFL_FormFiller.cpp | 76 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_FormFiller 690 void CFFL_Button::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_Button 726 OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDrawDeactive()
|
D | FFL_IFormFiller.cpp | 54 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_IFormFiller 65 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_PushButton.h | 21 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | FFL_FormFiller.h | 27 virtual void OnDraw(CPDFSDK_PageView* pPageView, 183 void OnDraw(CPDFSDK_PageView* pPageView,
|
D | FFL_IFormFiller.h | 32 virtual void OnDraw(CPDFSDK_PageView* pPageView,
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_annothandler.h | 57 virtual void OnDraw(CPDFSDK_PageView* pPageView, 158 void OnDraw(CPDFSDK_PageView* pPageView, 268 virtual void OnDraw(CPDFSDK_PageView* pPageView,
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_annothandler.cpp | 144 pAnnotHandler->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in Annot_OnDraw() 458 void CPDFSDK_BFAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_BFAnnotHandler 470 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw() 750 void CPDFSDK_XFAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CPDFSDK_XFAAnnotHandler
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.h | 127 void OnDraw(const CFX_RectF& rtClip);
|
D | fde_textout.cpp | 409 OnDraw(rtClip); in DrawText() 771 void CFDE_TextOut::OnDraw(const CFX_RectF& rtClip) { in OnDraw() function in CFDE_TextOut
|