Searched refs:aCompareRect (Results 1 – 1 of 1) sorted by relevance
2017 Rectangle aCompareRect( aInsertPos, Size( nNeededWidth, nNeededHeight ) ); in GetChartInsertPos() local2018 if ( aCompareRect.Right() > aVisible.Right() ) in GetChartInsertPos()2019 aInsertPos.X() -= aCompareRect.Right() - aVisible.Right(); in GetChartInsertPos()2020 if ( aCompareRect.Bottom() > aVisible.Bottom() ) in GetChartInsertPos()2021 aInsertPos.Y() -= aCompareRect.Bottom() - aVisible.Bottom(); in GetChartInsertPos()