Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp593 CFX_FloatRect rcPageView(0, pPage->GetPageHeight(), pPage->GetPageWidth(), 0); in QueryWherePopup() local
594 rcPageView.Normalize(); in QueryWherePopup()
602 fTop = rcPageView.top - rcAnnot.top; in QueryWherePopup()
603 fBottom = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()
606 fTop = rcAnnot.left - rcPageView.left; in QueryWherePopup()
607 fBottom = rcPageView.right - rcAnnot.right; in QueryWherePopup()
610 fTop = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()
611 fBottom = rcPageView.top - rcAnnot.top; in QueryWherePopup()
614 fTop = rcPageView.right - rcAnnot.right; in QueryWherePopup()
615 fBottom = rcAnnot.left - rcPageView.left; in QueryWherePopup()