Searched refs:pFormFiller (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.cpp | 43 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false)) in GetViewBBox() local 44 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); in OnDraw() 69 CFX_FloatRect rcFocus = pFormFiller->GetFocusBox(pPageView); in OnDraw() 96 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false)) { in OnDraw() local 97 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw() 133 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pWidget, false)) { in OnMouseEnter() local 134 pFormFiller->ResetPDFWindow(pPageView, in OnMouseEnter() [all …]
|
D | cffl_formfiller.cpp | 507 CFFL_InteractiveFormFiller* pFormFiller = in CommitData() local 510 pFormFiller->OnKeyStrokeCommit(&pObserved, pPageView, bRC, bExit, nFlag); in CommitData() 517 pFormFiller->OnValidate(&pObserved, pPageView, bRC, bExit, nFlag); in CommitData() 525 pFormFiller->OnCalculate(m_pWidget, pPageView, bExit, nFlag); in CommitData() 529 pFormFiller->OnFormat(m_pWidget, pPageView, bExit, nFlag); in CommitData()
|
D | cffl_combobox.cpp | 58 CFFL_InteractiveFormFiller* pFormFiller = in NewPDFWindow() local 60 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()
|
/external/pdfium/fpdfsdk/ |
D | cfx_systemhandler.cpp | 59 void CFX_SystemHandler::OutputSelectedRect(CFFL_FormFiller* pFormFiller, in OutputSelectedRect() argument 61 if (!pFormFiller) in OutputSelectedRect() 64 CFX_PointF ptA = pFormFiller->PWLtoFFL(CFX_PointF(rect.left, rect.bottom)); in OutputSelectedRect() 65 CFX_PointF ptB = pFormFiller->PWLtoFFL(CFX_PointF(rect.right, rect.top)); in OutputSelectedRect() 67 CPDFSDK_Annot* pAnnot = pFormFiller->GetSDKAnnot(); in OutputSelectedRect()
|
D | cfx_systemhandler.h | 57 void OutputSelectedRect(CFFL_FormFiller* pFormFiller, CFX_FloatRect& rect);
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document.cpp | 282 CXFA_Node* pFormFiller = pPDF->GetChild(0, XFA_Element::Interactive); in IsInteractive() local 283 if (pFormFiller) { in IsInteractive() 285 if (pFormFiller->TryContent(wsInteractive) && wsInteractive == L"1") { in IsInteractive()
|