Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp994 BRect tipR = m_tipWindow->Frame(); in _showTip() local
996 if(tipR.left < screenR.left) in _showTip()
997 tipR.left = screenR.left; in _showTip()
998 else if(tipR.right > screenR.right) in _showTip()
999 tipR.left = screenR.right - tipR.Width(); in _showTip()
1001 if(tipR.top < screenR.top) in _showTip()
1002 tipR.top = screenR.top; in _showTip()
1003 else if(tipR.bottom > screenR.bottom) in _showTip()
1004 tipR.top = screenR.bottom - tipR.Height(); in _showTip()
1006 if(tipR.LeftTop() != p) in _showTip()
[all …]