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

  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 50 CFFL_InteractiveFormFiller* pFormFiller =
52 pWnd->SetFillerNotify(pFormFiller);
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...]

Completed in 82 milliseconds