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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 41 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE))
42 return pFormFiller->GetViewBBox(pPageView, pAnnot);
63 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) {
64 if (pFormFiller->IsValid()) {
65 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
70 CPDF_Rect rcFocus = pFormFiller->GetFocusBox(pPageView);
93 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE))
94 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, pUser2Device,
105 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) {
106 pFormFiller->OnCreate(pAnnot)
    [all...]
FFL_ComboBox.cpp 51 CFFL_IFormFiller* pFormFiller = m_pApp->GetIFormFiller();
52 pWnd->SetFillerNotify(pFormFiller);
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 53 virtual void OutputSelectedRect(void* pFormFiller, CPDF_Rect& rect) = 0;
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 40 void OutputSelectedRect(void* pFormFiller, CPDF_Rect& rect) override;
120 void CFX_SystemHandler::OutputSelectedRect(void* pFormFiller, CPDF_Rect& rect) {
121 CFFL_FormFiller* pFFL = (CFFL_FormFiller*)pFormFiller;
    [all...]

Completed in 283 milliseconds