Searched refs:aCompareRect (Results 1 – 1 of 1) sorted by relevance
2056 Rectangle aCompareRect( aInsertPos, Size( nNeededWidth, nNeededHeight ) ); in GetChartInsertPos() local2057 if ( aCompareRect.Right() > aVisible.Right() ) in GetChartInsertPos()2058 aInsertPos.X() -= aCompareRect.Right() - aVisible.Right(); in GetChartInsertPos()2059 if ( aCompareRect.Bottom() > aVisible.Bottom() ) in GetChartInsertPos()2060 aInsertPos.Y() -= aCompareRect.Bottom() - aVisible.Bottom(); in GetChartInsertPos()
Completed in 94 milliseconds