Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp536 CFX_FloatRect rcPageView(0, 0, 0, 0); in QueryWherePopup() local
537 rcPageView.right = pData->pWidget->GetPDFPage()->GetPageWidth(); in QueryWherePopup()
538 rcPageView.bottom = pData->pWidget->GetPDFPage()->GetPageHeight(); in QueryWherePopup()
539 rcPageView.Normalize(); in QueryWherePopup()
550 fTop = rcPageView.top - rcAnnot.top; in QueryWherePopup()
551 fBottom = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()
554 fTop = rcAnnot.left - rcPageView.left; in QueryWherePopup()
555 fBottom = rcPageView.right - rcAnnot.right; in QueryWherePopup()
558 fTop = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()
559 fBottom = rcPageView.top - rcAnnot.top; in QueryWherePopup()
[all …]