Lines Matching refs:rRect

47 void OutputDevice::DrawRect( const Rectangle& rRect,  in DBG_NAMEEX()
54 mpMetaFile->AddAction( new MetaRoundRectAction( rRect, nHorzRound, nVertRound ) ); in DBG_NAMEEX()
59 const Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DBG_NAMEEX()
102 mpAlphaVDev->DrawRect( rRect, nHorzRound, nVertRound ); in DBG_NAMEEX()
107 void OutputDevice::DrawEllipse( const Rectangle& rRect ) in DrawEllipse() argument
113 mpMetaFile->AddAction( new MetaEllipseAction( rRect ) ); in DrawEllipse()
118 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawEllipse()
152 mpAlphaVDev->DrawEllipse( rRect ); in DrawEllipse()
157 void OutputDevice::DrawArc( const Rectangle& rRect, in DrawArc() argument
164 mpMetaFile->AddAction( new MetaArcAction( rRect, rStartPt, rEndPt ) ); in DrawArc()
169 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawArc()
199 mpAlphaVDev->DrawArc( rRect, rStartPt, rEndPt ); in DrawArc()
204 void OutputDevice::DrawPie( const Rectangle& rRect, in DrawPie() argument
211 mpMetaFile->AddAction( new MetaPieAction( rRect, rStartPt, rEndPt ) ); in DrawPie()
216 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawPie()
253 mpAlphaVDev->DrawPie( rRect, rStartPt, rEndPt ); in DrawPie()
258 void OutputDevice::DrawChord( const Rectangle& rRect, in DrawChord() argument
265 mpMetaFile->AddAction( new MetaChordAction( rRect, rStartPt, rEndPt ) ); in DrawChord()
270 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawChord()
307 mpAlphaVDev->DrawChord( rRect, rStartPt, rEndPt ); in DrawChord()