Searched refs:rcAnchor (Results 1 – 1 of 1) sorted by relevance
130 CFX_FloatRect rcAnchor = rtAnchor.ToFloatRect(); in GetPopupPos() local134 t1 = (int)(pageViewRect.right - rcAnchor.right); in GetPopupPos()135 t2 = (int)(rcAnchor.left - pageViewRect.left); in GetPopupPos()136 if (rcAnchor.bottom < pageViewRect.bottom) in GetPopupPos()137 rtPopup.left += rcAnchor.bottom - pageViewRect.bottom; in GetPopupPos()141 t2 = (int)(pageViewRect.top - rcAnchor.top); in GetPopupPos()142 t1 = (int)(rcAnchor.bottom - pageViewRect.bottom); in GetPopupPos()143 if (rcAnchor.left < pageViewRect.left) in GetPopupPos()144 rtPopup.left += rcAnchor.left - pageViewRect.left; in GetPopupPos()148 t1 = (int)(rcAnchor.left - pageViewRect.left); in GetPopupPos()[all …]