Lines Matching refs:aRect
59 const Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DBG_NAMEEX() local
61 if ( aRect.IsEmpty() ) in DBG_NAMEEX()
85 mpGraphics->DrawRect( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), this ); in DBG_NAMEEX()
88 const Polygon aRoundRectPoly( aRect, nHorzRound, nVertRound ); in DBG_NAMEEX()
118 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawEllipse() local
119 if ( aRect.IsEmpty() ) in DrawEllipse()
137 Polygon aRectPoly( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in DrawEllipse()
169 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawArc() local
170 if ( aRect.IsEmpty() ) in DrawArc()
190 Polygon aArcPoly( aRect, aStart, aEnd, POLY_ARC ); in DrawArc()
216 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawPie() local
217 if ( aRect.IsEmpty() ) in DrawPie()
237 Polygon aPiePoly( aRect, aStart, aEnd, POLY_PIE ); in DrawPie()
270 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawChord() local
271 if ( aRect.IsEmpty() ) in DrawChord()
291 Polygon aChordPoly( aRect, aStart, aEnd, POLY_CHORD ); in DrawChord()