Lines Matching refs:pageViewRect
333 FS_RECTF pageViewRect; in GetPopupPos() local
334 pEnv->FFI_GetPageViewRect(pPage, pageViewRect); in GetPopupPos()
348 t1 = (int)(pageViewRect.right - rcAnchor.right); in GetPopupPos()
349 t2 = (int)(rcAnchor.left - pageViewRect.left); in GetPopupPos()
350 if (rcAnchor.bottom < pageViewRect.bottom) { in GetPopupPos()
351 rtPopup.left += rcAnchor.bottom - pageViewRect.bottom; in GetPopupPos()
358 t2 = (int)(pageViewRect.top - rcAnchor.top); in GetPopupPos()
359 t1 = (int)(rcAnchor.bottom - pageViewRect.bottom); in GetPopupPos()
360 if (rcAnchor.left < pageViewRect.left) { in GetPopupPos()
361 rtPopup.left += rcAnchor.left - pageViewRect.left; in GetPopupPos()
366 t1 = (int)(rcAnchor.left - pageViewRect.left); in GetPopupPos()
367 t2 = (int)(pageViewRect.right - rcAnchor.right); in GetPopupPos()
369 if (rcAnchor.top > pageViewRect.top) { in GetPopupPos()
370 rtPopup.left -= rcAnchor.top - pageViewRect.top; in GetPopupPos()
376 t1 = (int)(pageViewRect.top - rcAnchor.top); in GetPopupPos()
377 t2 = (int)(rcAnchor.bottom - pageViewRect.bottom); in GetPopupPos()
378 if (rcAnchor.right > pageViewRect.right) { in GetPopupPos()
379 rtPopup.left -= rcAnchor.right - pageViewRect.right; in GetPopupPos()