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

/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_button.cpp18 InvalidateRect(GetViewBBox(pPageView, pAnnot));
24 InvalidateRect(GetViewBBox(pPageView, pAnnot));
38 InvalidateRect(GetViewBBox(pPageView, pAnnot));
51 InvalidateRect(GetViewBBox(pPageView, pAnnot));
H A Dcffl_formfiller.cpp49 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CFFL_FormFiller
116 FX_RECT rect = GetViewBBox(pPageView, pAnnot);
131 InvalidateRect(GetViewBBox(pPageView, pAnnot));
256 InvalidateRect(GetViewBBox(pPageView, pAnnot));
560 InvalidateRect(GetViewBBox(pPageView, m_pWidget.Get()));
H A Dcffl_formfiller.h29 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
H A Dcffl_interactiveformfiller.h33 FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
H A Dcffl_interactiveformfiller.cpp40 FX_RECT CFFL_InteractiveFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CFFL_InteractiveFormFiller
43 return pFormFiller->GetViewBBox(pPageView, pAnnot);
234 FX_RECT bbox = 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
208 return GetViewBBox(pPageView, pAnnot).Contains(point);
H A Dcpdfsdk_widgethandler.cpp277 CFX_FloatRect CPDFSDK_WidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_WidgetHandler
280 return CFX_FloatRect(m_pFormFiller->GetViewBBox(pPageView, pAnnot));
302 return GetViewBBox(pPageView, pAnnot).Contains(point);
H A Dcpdfsdk_baannothandler.h37 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 Dipdfsdk_annothandler.h36 virtual CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
H A Dcpdfsdk_annothandlermgr.cpp273 return GetAnnotHandler(pAnnot)->GetViewBBox(pPageView, pAnnot);
H A Dcpdfsdk_xfawidgethandler.cpp80 CFX_FloatRect CPDFSDK_XFAWidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, function in class:CPDFSDK_XFAWidgetHandler
H A Dcpdfsdk_interform.cpp365 FX_RECT rect = formfiller->GetViewBBox(

Completed in 9143 milliseconds