Lines Matching refs:aBmpPos
10320 Point aBmpPos = rRect.TopLeft(); in drawWallpaper() local
10333 aBmpPos = aRect.TopLeft(); in drawWallpaper()
10350 aBmpPos.X() += (aRect.GetWidth()-aBmpSize.Width())/2; in drawWallpaper()
10353 aBmpPos.Y() += (aRect.GetHeight()-aBmpSize.Height())/2; in drawWallpaper()
10356 aBmpPos.X() += aRect.GetWidth()-aBmpSize.Width(); in drawWallpaper()
10359 aBmpPos.X() += (aRect.GetWidth()-aBmpSize.Width())/2; in drawWallpaper()
10360 aBmpPos.Y() += (aRect.GetHeight()-aBmpSize.Height())/2; in drawWallpaper()
10363 aBmpPos.X() += aRect.GetWidth()-aBmpSize.Width(); in drawWallpaper()
10364 aBmpPos.Y() += (aRect.GetHeight()-aBmpSize.Height())/2; in drawWallpaper()
10367 aBmpPos.Y() += aRect.GetHeight()-aBmpSize.Height(); in drawWallpaper()
10370 aBmpPos.X() += (aRect.GetWidth()-aBmpSize.Width())/2; in drawWallpaper()
10371 aBmpPos.Y() += aRect.GetHeight()-aBmpSize.Height(); in drawWallpaper()
10374 aBmpPos.X() += aRect.GetWidth()-aBmpSize.Width(); in drawWallpaper()
10375 aBmpPos.Y() += aRect.GetHeight()-aBmpSize.Height(); in drawWallpaper()
10387 Rectangle aConvertRect( aBmpPos, aBmpSize ); in drawWallpaper()
10434 aBmpPos = aRect.TopLeft(); in drawWallpaper()
10475 drawBitmap( aBmpPos, aBmpSize, aBitmap ); in drawWallpaper()