Searched refs:GetViewBBox (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.cpp61 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CFFL_FormFiller
125 FX_RECT rect = GetViewBBox(pPageView, pAnnot);
144 InvalidateRect(GetViewBBox(pPageView, pAnnot));
250 InvalidateRect(GetViewBBox(pPageView, pAnnot));
585 InvalidateRect(GetViewBBox(pPageView, m_pWidget));
603 InvalidateRect(GetViewBBox(pPageView, pAnnot));
610 InvalidateRect(GetViewBBox(pPageView, pAnnot));
624 InvalidateRect(GetViewBBox(pPageView, pAnnot));
638 InvalidateRect(GetViewBBox(pPageView, pAnnot));
H A Dcffl_formfiller.h27 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
H A Dcffl_interactiveformfiller.h31 FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
H A Dcffl_interactiveformfiller.cpp41 FX_RECT CFFL_InteractiveFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CFFL_InteractiveFormFiller
44 return pFormFiller->GetViewBBox(pPageView, pAnnot);
231 if (GetViewBBox(pPageView, pAnnot->Get())
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannothandler.cpp191 CFX_FloatRect CPDFSDK_BAAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_BAAnnotHandler
201 return GetViewBBox(pPageView, pAnnot).Contains(point);
H A Dcpdfsdk_widgethandler.cpp272 CFX_FloatRect CPDFSDK_WidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_WidgetHandler
275 return CFX_FloatRect(m_pFormFiller->GetViewBBox(pPageView, pAnnot));
285 return GetViewBBox(pPageView, pAnnot).Contains(point);
H A Dipdfsdk_annothandler.h37 virtual CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_baannothandler.h38 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_widgethandler.h38 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_xfawidgethandler.h33 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_annothandlermgr.cpp261 return GetAnnotHandler(pAnnot)->GetViewBBox(pPageView, pAnnot);
H A Dcpdfsdk_xfawidgethandler.cpp79 CFX_FloatRect CPDFSDK_XFAWidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_XFAWidgetHandler
H A Dcpdfsdk_interform.cpp332 pPage, formfiller->GetViewBBox(

Completed in 230 milliseconds