Searched refs:aOtherTabWinRect (Results 1 – 1 of 1) sorted by relevance
633 Rectangle aOtherTabWinRect( pOtherTabWin->GetPosPixel(), pOtherTabWin->GetSizePixel() ); in SetDefaultTabWinPosSize() local636 ( (aOtherTabWinRect.Top()>aRowRect.Top()) && (aOtherTabWinRect.Top()<aRowRect.Bottom()) ) || in SetDefaultTabWinPosSize()637 ( (aOtherTabWinRect.Bottom()>aRowRect.Top()) && (aOtherTabWinRect.Bottom()<aRowRect.Bottom()) ) in SetDefaultTabWinPosSize()642 if( aOtherTabWinRect.Right()>aNewPos.X() ) in SetDefaultTabWinPosSize()643 aNewPos.X() = aOtherTabWinRect.Right() + TABWIN_SPACING_X; in SetDefaultTabWinPosSize()
Completed in 21 milliseconds