HomeSort by relevance Sort by last modified time
    Searched refs:pFormFiller (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 42 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false))
43 return pFormFiller->GetViewBBox(pPageView, pAnnot);
65 CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false);
66 if (pFormFiller && pFormFiller->IsValid()) {
67 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, *pUser2Device);
73 CFX_FloatRect rcFocus = pFormFiller->GetFocusBox(pPageView);
99 pFormFiller = GetFormFiller(pAnnot, false);
100 if (pFormFiller) {
101 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, *pUser2Device)
    [all...]
cffl_combobox.cpp 50 CFFL_InteractiveFormFiller* pFormFiller =
52 pWnd->SetFillerNotify(pFormFiller);
cffl_formfiller.cpp 472 CFFL_InteractiveFormFiller* pFormFiller =
476 if (!pFormFiller->OnKeyStrokeCommit(&pObserved, pPageView, nFlag)) {
485 if (!pFormFiller->OnValidate(&pObserved, pPageView, nFlag)) {
498 pFormFiller->OnCalculate(&pObserved, pPageView, nFlag);
502 pFormFiller->OnFormat(&pObserved, pPageView, nFlag);
  /external/pdfium/fpdfsdk/
cfx_systemhandler.cpp 65 void CFX_SystemHandler::OutputSelectedRect(CFFL_FormFiller* pFormFiller,
67 if (!pFormFiller)
70 CFX_PointF ptA = pFormFiller->PWLtoFFL(CFX_PointF(rect.left, rect.bottom));
71 CFX_PointF ptB = pFormFiller->PWLtoFFL(CFX_PointF(rect.right, rect.top));
73 CPDFSDK_Annot* pAnnot = pFormFiller->GetSDKAnnot();
cfx_systemhandler.h 58 void OutputSelectedRect(CFFL_FormFiller* pFormFiller, CFX_FloatRect& rect);
  /external/pdfium/xfa/fxfa/parser/
cxfa_document.cpp 266 CXFA_Interactive* pFormFiller =
268 if (pFormFiller) {
271 WideString wsInteractive = pFormFiller->JSObject()->GetContent(false);

Completed in 1054 milliseconds