Searched refs:rcPageView (Results 1 – 1 of 1) sorted by relevance
536 CFX_FloatRect rcPageView(0, 0, 0, 0); in QueryWherePopup() local537 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 …]