Lines Matching refs:maRect
64 Init( rSrc.maRect.GetSize() ); in CopyBackground()
67 DrawBitmapEx( aPos, rSrc.GetBitmapEx( aPos, maRect.GetSize() ) ); in CopyBackground()
142 maRect.SetPos( Point( 0, 0 ) ); in Init()
143 maRect.SetSize( rSize ); in Init()
165 DrawPie( maRect, maRect.TopRight(), maRect.TopCenter() ); in DrawBackground()
166 DrawPie( maRect, maRect.BottomLeft(), maRect.BottomCenter() ); in DrawBackground()
170 DrawPie( maRect, maRect.BottomCenter(), maRect.TopRight() ); in DrawBackground()
174 DrawPie( maRect, maRect.BottomRight(), maRect.RightCenter() ); in DrawBackground()
179 DrawPie( maRect, maRect.TopCenter(), maRect.BottomLeft() ); in DrawBackground()
183 DrawPie( maRect, maRect.TopLeft(), maRect.LeftCenter() ); in DrawBackground()
207 DrawEllipse( Rectangle( maRect.Left() + DIAL_OUTER_WIDTH, maRect.Top() + DIAL_OUTER_WIDTH, in DrawBackground()
208 maRect.Right() - DIAL_OUTER_WIDTH, maRect.Bottom() - DIAL_OUTER_WIDTH ) ); in DrawBackground()