Home
last modified time | relevance | path

Searched refs:GetViewBBox (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp53 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_FormFiller
124 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown()
141 FX_RECT rcFFL = GetViewBBox(pPageView, pAnnot); in OnLButtonUp()
256 FX_RECT rcRect = GetViewBBox(pPageView, pAnnot); in SetFocusForAnnot()
613 FX_RECT rcRect = GetViewBBox(pPageView, m_pWidget); in EscapeFiller()
636 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnMouseEnter()
644 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnMouseExit()
660 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonDown()
676 FX_RECT rect = GetViewBBox(pPageView, pAnnot); in OnLButtonUp()
DFFL_IFormFiller.cpp39 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CFFL_IFormFiller
42 return pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox()
250 if (GetViewBBox(pPageView, pAnnot).Contains((int)point.x, (int)point.y)) in OnLButtonUp()
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h50 virtual CPDF_Rect GetViewBBox(CPDFSDK_PageView* pPageView,
153 CPDF_Rect GetViewBBox(CPDFSDK_PageView* pPageView,
261 virtual CPDF_Rect GetViewBBox(CPDFSDK_PageView* pPageView,
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp343 return pAnnotHandler->GetViewBBox(pPageView, pAnnot); in Annot_OnGetViewBBox()
701 CPDF_Rect CPDFSDK_BFAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_BFAnnotHandler
708 return m_pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox()
720 CPDF_Rect rect = GetViewBBox(pPageView, pAnnot); in HitTest()
791 CPDF_Rect CPDFSDK_XFAAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox() function in CPDFSDK_XFAAnnotHandler
Dfsdk_baseform.cpp2316 FX_RECT rcBBox = pIFormFiller->GetViewBBox(pPageView, pWidget);
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h30 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,
DFFL_FormFiller.h25 virtual FX_RECT GetViewBBox(CPDFSDK_PageView* pPageView,