Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp53 CFX_FloatRect popupRect(0, 0, 200, 200); in CreatePopupAnnot() local
56 if (rect.left + popupRect.Width() > pPage->GetPageWidth() && in CreatePopupAnnot()
57 rect.bottom - popupRect.Height() < 0) { in CreatePopupAnnot()
60 popupRect.Translate(rect.right - popupRect.Width(), rect.top); in CreatePopupAnnot()
64 popupRect.Translate( in CreatePopupAnnot()
65 std::min(rect.left, pPage->GetPageWidth() - popupRect.Width()), in CreatePopupAnnot()
66 std::max(rect.bottom - popupRect.Height(), 0.f)); in CreatePopupAnnot()
69 pAnnotDict->SetRectFor("Rect", popupRect); in CreatePopupAnnot()