Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp548 CFX_FloatRect rcPageView(0, pPage->GetPageHeight(), pPage->GetPageWidth(), 0); in QueryWherePopup() local
549 rcPageView.Normalize(); in QueryWherePopup()
557 fTop = rcPageView.top - rcAnnot.top; in QueryWherePopup()
558 fBottom = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()
561 fTop = rcAnnot.left - rcPageView.left; in QueryWherePopup()
562 fBottom = rcPageView.right - rcAnnot.right; in QueryWherePopup()
565 fTop = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()
566 fBottom = rcPageView.top - rcAnnot.top; in QueryWherePopup()
569 fTop = rcPageView.right - rcAnnot.right; in QueryWherePopup()
570 fBottom = rcAnnot.left - rcPageView.left; in QueryWherePopup()