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(); 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
[all...]

Completed in 52 milliseconds