HomeSort by relevance Sort by last modified time
    Searched defs:GetViewBBox (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 331 return pAnnotHandler->GetViewBBox(pPageView, pAnnot);
728 CPDF_Rect CPDFSDK_BFAnnotHandler::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot)
739 return m_pFormFiller->GetViewBBox(pPageView, pAnnot);
751 CPDF_Rect rect = GetViewBBox(pPageView, pAnnot);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot)
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(pPageView, pAnnot);
    [all...]
FFL_IFormFiller.cpp 50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot)
54 return pFormFiller->GetViewBBox(pPageView, pAnnot);
315 if (GetViewBBox(pPageView, pAnnot).Contains((int)point.x, (int)point.y))

Completed in 37 milliseconds