Searched refs:page_view_rect (Results 1 – 1 of 1) sorted by relevance
129 FS_RECTF page_view_rect = pFormFillEnv->GetPageViewRect(pPage.Get()); in GetPopupPos() local138 static_cast<int>(page_view_rect.bottom - rtAnchor.bottom()); in GetPopupPos()140 static_cast<int>(rtAnchor.top - page_view_rect.top); in GetPopupPos()142 if (rtAnchor.left < page_view_rect.left) in GetPopupPos()143 pPopupRect->left += page_view_rect.left - rtAnchor.left; in GetPopupPos()144 if (rtAnchor.right() > page_view_rect.right) in GetPopupPos()145 pPopupRect->left -= rtAnchor.right() - page_view_rect.right; in GetPopupPos()150 static_cast<int>(page_view_rect.right - rtAnchor.right()); in GetPopupPos()152 static_cast<int>(rtAnchor.left - page_view_rect.left); in GetPopupPos()154 if (rtAnchor.bottom() > page_view_rect.bottom) in GetPopupPos()[all …]