/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 61 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_FormFiller 125 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown() 144 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp() 250 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in SetFocusForAnnot() 585 InvalidateRect(GetViewBBox(pPageView, m_pWidget)); in EscapeFiller() 603 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseEnter() 610 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseExit() 624 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonDown() 638 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp()
|
D | cffl_interactiveformfiller.h | 31 FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
|
D | cffl_formfiller.h | 27 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cffl_interactiveformfiller.cpp | 41 FX_RECT CFFL_InteractiveFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_InteractiveFormFiller 44 return pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox() 231 if (GetViewBBox(pPageView, pAnnot->Get()) in OnLButtonUp()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 272 CFX_FloatRect CPDFSDK_WidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_WidgetHandler 275 return CFX_FloatRect(m_pFormFiller->GetViewBBox(pPageView, pAnnot)); in GetViewBBox() 285 return GetViewBBox(pPageView, pAnnot).Contains(point); in HitTest()
|
D | cpdfsdk_baannothandler.cpp | 191 CFX_FloatRect CPDFSDK_BAAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_BAAnnotHandler 201 return GetViewBBox(pPageView, pAnnot).Contains(point); in HitTest()
|
D | ipdfsdk_annothandler.h | 37 virtual CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_baannothandler.h | 38 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_xfawidgethandler.h | 33 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_widgethandler.h | 38 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_annothandlermgr.cpp | 261 return GetAnnotHandler(pAnnot)->GetViewBBox(pPageView, pAnnot); in Annot_OnGetViewBBox()
|
D | cpdfsdk_xfawidgethandler.cpp | 79 CFX_FloatRect CPDFSDK_XFAWidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_XFAWidgetHandler
|
D | cpdfsdk_interform.cpp | 332 pPage, formfiller->GetViewBBox( in UpdateField()
|