Lines Matching refs:Move
163 aPrimaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 ); in Paint()
164 aSecondaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 ); in Paint()
169 aPrimaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 ); in Paint()
170 aSecondaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 ); in Paint()
176 aPrimaryRect.Move( 0, _rRect.Top() - aPrimaryRect.Top() ); in Paint()
177 aSecondaryRect.Move( 0, aPrimaryRect.Top() + aPrimaryRect.GetHeight() - aSecondaryRect.Top() ); in Paint()
181 aPrimaryRect.Move( 0, aPlaygroundSize.Height() - nCombinedHeight ); in Paint()
182 aSecondaryRect.Move( 0, aPlaygroundSize.Height() - nCombinedHeight ); in Paint()
187 aPrimaryRect.Move( 0, ( aPlaygroundSize.Height() - nCombinedHeight ) / 2 ); in Paint()
188 aSecondaryRect.Move( 0, ( aPlaygroundSize.Height() - nCombinedHeight ) / 2 ); in Paint()
196 aSecondaryRect.Move( 0, -nVertDistance ); in Paint()
197 aPrimaryRect.Move( 0, nCombinedHeight - nVertDistance ); in Paint()