Searched refs:rcPageView (Results 1 – 1 of 1) sorted by relevance
573 CPDF_Rect rcPageView(0, 0, 0, 0); in QueryWherePopup() local574 rcPageView.right = pData->pWidget->GetPDFPage()->GetPageWidth(); in QueryWherePopup()575 rcPageView.bottom = pData->pWidget->GetPDFPage()->GetPageHeight(); in QueryWherePopup()576 rcPageView.Normalize(); in QueryWherePopup()587 fTop = rcPageView.top - rcAnnot.top; in QueryWherePopup()588 fBottom = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()591 fTop = rcAnnot.left - rcPageView.left; in QueryWherePopup()592 fBottom = rcPageView.right - rcAnnot.right; in QueryWherePopup()595 fTop = rcAnnot.bottom - rcPageView.bottom; in QueryWherePopup()596 fBottom = rcPageView.top - rcAnnot.top; in QueryWherePopup()[all …]