Lines Matching refs:aWorkRect

999 			Rectangle		aWorkRect;  in ImplDrawBitmapWallpaper()  local
1001 aWorkRect = Rectangle( 0, 0, aOutRect.Right(), aPos.Y() - 1L ); in ImplDrawBitmapWallpaper()
1002 aWorkRect.Justify(); in ImplDrawBitmapWallpaper()
1003 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
1004 if( !aWorkRect.IsEmpty() ) in ImplDrawBitmapWallpaper()
1006 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper()
1007 aWorkRect.GetWidth(), aWorkRect.GetHeight(), in ImplDrawBitmapWallpaper()
1011 aWorkRect = Rectangle( 0, aPos.Y(), aPos.X() - 1L, aPos.Y() + aBmpSize.Height() - 1L ); in ImplDrawBitmapWallpaper()
1012 aWorkRect.Justify(); in ImplDrawBitmapWallpaper()
1013 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
1014 if( !aWorkRect.IsEmpty() ) in ImplDrawBitmapWallpaper()
1016 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper()
1017 aWorkRect.GetWidth(), aWorkRect.GetHeight(), in ImplDrawBitmapWallpaper()
1021aWorkRect = Rectangle( aPos.X() + aBmpSize.Width(), aPos.Y(), aOutRect.Right(), aPos.Y() + aBmpSiz… in ImplDrawBitmapWallpaper()
1022 aWorkRect.Justify(); in ImplDrawBitmapWallpaper()
1023 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
1024 if( !aWorkRect.IsEmpty() ) in ImplDrawBitmapWallpaper()
1026 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper()
1027 aWorkRect.GetWidth(), aWorkRect.GetHeight(), in ImplDrawBitmapWallpaper()
1031 aWorkRect = Rectangle( 0, aPos.Y() + aBmpSize.Height(), aOutRect.Right(), aOutRect.Bottom() ); in ImplDrawBitmapWallpaper()
1032 aWorkRect.Justify(); in ImplDrawBitmapWallpaper()
1033 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
1034 if( !aWorkRect.IsEmpty() ) in ImplDrawBitmapWallpaper()
1036 ImplDrawColorWallpaper( aWorkRect.Left(), aWorkRect.Top(), in ImplDrawBitmapWallpaper()
1037 aWorkRect.GetWidth(), aWorkRect.GetHeight(), in ImplDrawBitmapWallpaper()