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

  /external/pdfium/fpdfsdk/
cpdfsdk_baannothandler.cpp 191 CFX_FloatRect CPDFSDK_BAAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView,
208 return GetViewBBox(pPageView, pAnnot).Contains(point);
cpdfsdk_widgethandler.cpp 277 CFX_FloatRect CPDFSDK_WidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView,
280 return CFX_FloatRect(m_pFormFiller->GetViewBBox(pPageView, pAnnot));
302 return GetViewBBox(pPageView, pAnnot).Contains(point);
cpdfsdk_xfawidgethandler.cpp 80 CFX_FloatRect CPDFSDK_XFAWidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView,
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 49 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView,
116 FX_RECT rect = GetViewBBox(pPageView, pAnnot);
131 InvalidateRect(GetViewBBox(pPageView, pAnnot));
256 InvalidateRect(GetViewBBox(pPageView, pAnnot));
560 InvalidateRect(GetViewBBox(pPageView, m_pWidget.Get()));
cffl_interactiveformfiller.cpp 40 FX_RECT CFFL_InteractiveFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView,
43 return pFormFiller->GetViewBBox(pPageView, pAnnot);
234 FX_RECT bbox = GetViewBBox(pPageView, pAnnot->Get());

Completed in 488 milliseconds