Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox() function in CFFL_FormFiller
152 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot); in OnLButtonDown()
168 FX_RECT rcFFL = this->GetViewBBox(pPageView, pAnnot); in OnLButtonUp()
314 FX_RECT rcRect = this->GetViewBBox(pPageView,pAnnot); in OnSetFocus()
770 FX_RECT rcRect = this->GetViewBBox(pPageView, m_pWidget); in EscapeFiller()
826 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot); in OnMouseEnter()
835 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot); in OnMouseExit()
851 FX_RECT rect = this->GetViewBBox(pPageView, pAnnot); in OnLButtonDown()
867 FX_RECT rect = this->GetViewBBox(pPageView, pAnnot); in OnLButtonUp()
DFFL_IFormFiller.cpp50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox() function in CFFL_IFormFiller
54 return pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox()
315 if (GetViewBBox(pPageView, pAnnot).Contains((int)point.x, (int)point.y)) in OnLButtonUp()
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp331 return pAnnotHandler->GetViewBBox(pPageView, pAnnot); in Annot_OnGetViewBBox()
728 CPDF_Rect CPDFSDK_BFAnnotHandler::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox() function in CPDFSDK_BFAnnotHandler
739 return m_pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox()
751 CPDF_Rect rect = GetViewBBox(pPageView, pAnnot); in HitTest()
Dfsdk_baseform.cpp2095 FX_RECT rcBBox = pIFormFiller->GetViewBBox(pPageView, pWidget); in UpdateField()
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h34 virtual CPDF_Rect GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) = 0;
105 virtual CPDF_Rect GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) ;
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h37 virtual FX_RECT GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
DFFL_FormFiller.h40 virtual FX_RECT GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);