/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 18 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseEnter() 24 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnMouseExit() 38 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonDown() 51 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp()
|
D | cffl_formfiller.cpp | 49 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_FormFiller 116 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown() 131 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in OnLButtonUp() 256 InvalidateRect(GetViewBBox(pPageView, pAnnot)); in SetFocusForAnnot() 560 InvalidateRect(GetViewBBox(pPageView, m_pWidget.Get())); in EscapeFiller()
|
D | cffl_formfiller.h | 29 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cffl_interactiveformfiller.h | 33 FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
|
D | cffl_interactiveformfiller.cpp | 40 FX_RECT CFFL_InteractiveFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_InteractiveFormFiller 43 return pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox() 234 FX_RECT bbox = GetViewBBox(pPageView, pAnnot->Get()); in OnLButtonUp()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 277 CFX_FloatRect CPDFSDK_WidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_WidgetHandler 280 return CFX_FloatRect(m_pFormFiller->GetViewBBox(pPageView, pAnnot)); in GetViewBBox() 302 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 208 return GetViewBBox(pPageView, pAnnot).Contains(point); in HitTest()
|
D | ipdfsdk_annothandler.h | 36 virtual CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_baannothandler.h | 37 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_widgethandler.h | 38 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_xfawidgethandler.h | 33 CFX_FloatRect GetViewBBox(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_xfawidgethandler.cpp | 80 CFX_FloatRect CPDFSDK_XFAWidgetHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_XFAWidgetHandler
|
D | cpdfsdk_annothandlermgr.cpp | 273 return GetAnnotHandler(pAnnot)->GetViewBBox(pPageView, pAnnot); in Annot_OnGetViewBBox()
|
D | cpdfsdk_interform.cpp | 365 FX_RECT rect = formfiller->GetViewBBox( in UpdateField()
|