Searched refs:screenR (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp993 BRect screenR = BScreen(m_tipWindow).Frame(); local
996 if(tipR.left < screenR.left)
997 tipR.left = screenR.left;
998 else if(tipR.right > screenR.right)
999 tipR.left = screenR.right - tipR.Width();
1001 if(tipR.top < screenR.top)
1002 tipR.top = screenR.top;
1003 else if(tipR.bottom > screenR.bottom)
1004 tipR.top = screenR.bottom - tipR.Height();

Completed in 16 milliseconds