Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_PushButton.cpp32 void CFFL_PushButton::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw() function in CFFL_PushButton
37 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
DFFL_FormFiller.cpp76 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()
DFFL_IFormFiller.cpp54 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/
DFFL_PushButton.h21 void OnDraw(CPDFSDK_PageView* pPageView,
DFFL_FormFiller.h27 virtual void OnDraw(CPDFSDK_PageView* pPageView,
183 void OnDraw(CPDFSDK_PageView* pPageView,
DFFL_IFormFiller.h32 virtual void OnDraw(CPDFSDK_PageView* pPageView,
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h57 virtual void OnDraw(CPDFSDK_PageView* pPageView,
158 void OnDraw(CPDFSDK_PageView* pPageView,
268 virtual void OnDraw(CPDFSDK_PageView* pPageView,
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp144 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/
Dfde_textout.h127 void OnDraw(const CFX_RectF& rtClip);
Dfde_textout.cpp409 OnDraw(rtClip); in DrawText()
771 void CFDE_TextOut::OnDraw(const CFX_RectF& rtClip) { in OnDraw() function in CFDE_TextOut