Searched defs:GetViewBBox (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp331 return pAnnotHandler->GetViewBBox(pPageView, pAnnot);
723 CPDF_Rect CPDFSDK_BFAnnotHandler::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) function in class:CPDFSDK_BFAnnotHandler
734 return m_pFormFiller->GetViewBBox(pPageView, pAnnot);
746 CPDF_Rect rect = GetViewBBox(pPageView, pAnnot);
/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))

Completed in 81 milliseconds