Lines Matching refs:pPopupRect
113 CFX_RectF* pPopupRect) { in GetPopupPos() argument
143 pPopupRect->left += page_view_rect.left - rtAnchor.left; in GetPopupPos()
145 pPopupRect->left -= rtAnchor.right() - page_view_rect.right; in GetPopupPos()
155 pPopupRect->left += rtAnchor.bottom() - page_view_rect.bottom; in GetPopupPos()
157 pPopupRect->left -= page_view_rect.top - rtAnchor.top; in GetPopupPos()
167 pPopupRect->left += rtAnchor.right() - page_view_rect.right; in GetPopupPos()
169 pPopupRect->left -= page_view_rect.left - rtAnchor.left; in GetPopupPos()
179 pPopupRect->left += page_view_rect.top - rtAnchor.top; in GetPopupPos()
181 pPopupRect->left -= rtAnchor.bottom() - page_view_rect.bottom; in GetPopupPos()
217 pPopupRect->top = rtAnchor.height; in GetPopupPos()
219 pPopupRect->top = -popup_height; in GetPopupPos()
225 pPopupRect->top = rtAnchor.width; in GetPopupPos()
227 pPopupRect->top = -popup_height; in GetPopupPos()
234 pPopupRect->height = popup_height; in GetPopupPos()