Searched refs:popupRect (Results 1 – 1 of 1) sorted by relevance
53 CFX_FloatRect popupRect(0, 0, 200, 200); in CreatePopupAnnot() local56 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()