Lines Matching refs:Rectangle

52 void WinMtfClipPath::IntersectClipRect( const Rectangle& rRect )  in IntersectClipRect()
68 void WinMtfClipPath::ExcludeClipRect( const Rectangle& rRect ) in ExcludeClipRect()
546 Rectangle WinMtfOutput::ImplMap( const Rectangle& rRect ) in ImplMap()
548 return Rectangle( ImplMap( rRect.TopLeft() ), ImplMap( rRect.GetSize() ) ); in ImplMap()
889 void WinMtfOutput::IntersectClipRect( const Rectangle& rRect ) in IntersectClipRect()
896 void WinMtfOutput::ExcludeClipRect( const Rectangle& rRect ) in ExcludeClipRect()
1007 Rectangle aClipRect( aClipPath.GetClipPath().GetBoundRect() ); in UpdateClipRegion()
1185 void WinMtfOutput::DrawRect( const Rectangle& rRect, sal_Bool bEdge ) in DrawRect()
1225 void WinMtfOutput::DrawRoundRect( const Rectangle& rRect, const Size& rSize ) in DrawRoundRect()
1235 void WinMtfOutput::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
1259 void WinMtfOutput::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rEnd, sal_Boo… in DrawArc()
1265 Rectangle aRect( ImplMap( rRect ) ); in DrawArc()
1290 void WinMtfOutput::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rEnd ) in DrawPie()
1295 Rectangle aRect( ImplMap( rRect ) ); in DrawPie()
1315 void WinMtfOutput::DrawChord( const Rectangle& rRect, const Point& rStart, const Point& rEnd ) in DrawChord()
1320 Rectangle aRect( ImplMap( rRect ) ); in DrawChord()
1695 Rectangle aRect( pSave->aOutRect ); in ResolveBitmapActions()
1993 void WinMtfOutput::SetrclBounds( const Rectangle& rRect ) in SetrclBounds()
2000 void WinMtfOutput::SetrclFrame( const Rectangle& rRect ) in SetrclFrame()