Lines Matching refs:aRect
174 Rectangle aRect( Point(0,0), pWin->GetOutputSizePixel() ); in Paint() local
179 pWin->DrawRect( aRect ); in Paint()
180 aRect.nLeft++; in Paint()
181 aRect.nRight--; in Paint()
182 aRect.nTop++; in Paint()
183 aRect.nBottom--; in Paint()
185 pWin->DrawRect( aRect ); in Paint()
196 Rectangle aRect( aPos, aSize ); in Draw() local
204 ImplDrawFrame( pDev, aRect ); in Draw()
206 pDev->IntersectClipRegion( aRect ); in Draw()
207 ImplDraw( *pDev, nFlags, aRect.TopLeft(), aRect.GetSize() ); in Draw()