Home
last modified time | relevance | path

Searched refs:pFormFiller (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp41 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in GetViewBBox() local
42 return pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox()
63 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) { in OnDraw() local
64 if (pFormFiller->IsValid()) { in OnDraw()
65 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags); in OnDraw()
70 CPDF_Rect rcFocus = pFormFiller->GetFocusBox(pPageView); in OnDraw()
93 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in OnDraw() local
94 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, pUser2Device, in OnDraw()
105 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) { in OnCreate() local
106 pFormFiller->OnCreate(pAnnot); in OnCreate()
[all …]
DFFL_ComboBox.cpp51 CFFL_IFormFiller* pFormFiller = m_pApp->GetIFormFiller(); in NewPDFWindow() local
52 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()
/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h53 virtual void OutputSelectedRect(void* pFormFiller, CPDF_Rect& rect) = 0;
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp40 void OutputSelectedRect(void* pFormFiller, CPDF_Rect& rect) override;
120 void CFX_SystemHandler::OutputSelectedRect(void* pFormFiller, CPDF_Rect& rect) { in OutputSelectedRect() argument
121 CFFL_FormFiller* pFFL = (CFFL_FormFiller*)pFormFiller; in OutputSelectedRect()