Home
last modified time | relevance | path

Searched refs:pageViewRect (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp333 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()
[all …]