Searched refs:GetViewBBox (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 68 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()
|
D | FFL_IFormFiller.cpp | 50 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/ |
D | fsdk_annothandler.cpp | 331 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()
|
D | fsdk_baseform.cpp | 2095 FX_RECT rcBBox = pIFormFiller->GetViewBBox(pPageView, pWidget); in UpdateField()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_annothandler.h | 34 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/ |
D | FFL_IFormFiller.h | 37 virtual FX_RECT GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
|
D | FFL_FormFiller.h | 40 virtual FX_RECT GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
|