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

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) function in class:CFFL_FormFiller
152 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot);
168 FX_RECT rcFFL = this->GetViewBBox(pPageView, pAnnot);
314 FX_RECT rcRect = this->GetViewBBox(pPageView,pAnnot);
770 FX_RECT rcRect = this->GetViewBBox(pPageView, m_pWidget);
826 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot);
828 // ::InvalidateRect(pPageView->GetPageViewWnd(), &this->GetViewBBox(pPageView, pAnnot), TRUE);
835 FX_RECT rect = this->GetViewBBox(pPageView,pAnnot);
837 // ::InvalidateRect(pPageView->GetPageViewWnd(), &this->GetViewBBox(pPageView, pAnnot), TRUE);
851 FX_RECT rect = this->GetViewBBox(pPageVie
[all...]
H A DFFL_IFormFiller.cpp50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) function in class:CFFL_IFormFiller
54 return pFormFiller->GetViewBBox(pPageView, pAnnot);
315 if (GetViewBBox(pPageView, pAnnot).Contains((int)point.x, (int)point.y))
/external/pdfium/fpdfsdk/include/
H A 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/
H A DFFL_IFormFiller.h37 virtual FX_RECT GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
H A DFFL_FormFiller.h40 virtual FX_RECT GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp331 return pAnnotHandler->GetViewBBox(pPageView, pAnnot);
728 CPDF_Rect CPDFSDK_BFAnnotHandler::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) function in class:CPDFSDK_BFAnnotHandler
739 return m_pFormFiller->GetViewBBox(pPageView, pAnnot);
751 CPDF_Rect rect = GetViewBBox(pPageView, pAnnot);
H A Dfsdk_baseform.cpp2095 FX_RECT rcBBox = pIFormFiller->GetViewBBox(pPageView, pWidget);

Completed in 131 milliseconds