Searched refs:pFormFiller (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_IFormFiller.cpp | 41 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 …]
|
D | FFL_ComboBox.cpp | 51 CFFL_IFormFiller* pFormFiller = m_pApp->GetIFormFiller(); in NewPDFWindow() local 52 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()
|
/external/pdfium/fpdfsdk/include/ |
D | fx_systemhandler.h | 53 virtual void OutputSelectedRect(void* pFormFiller, CPDF_Rect& rect) = 0;
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_mgr.cpp | 40 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()
|