Lines Matching refs:aRect
263 Rectangle aRect( Rectangle( aPos, rSize ) ); in ImplDraw() local
264 DrawControlText( *pDev, aRect, aText, nTextStyle, in ImplDraw()
301 Rectangle aRect( aPos, aSize ); in Draw() local
304 ImplDrawFrame( pDev, aRect ); in Draw()
309 pDev->DrawRect( aRect ); in Draw()
545 Rectangle aRect( 0, 0, aOutSize.Width(), aOutSize.Height() ); in ImplDraw() local
557 DrawControlText( *this, aRect, aText, nStyle, pVector, pDisplayText ); in ImplDraw()
561 long nTop = aRect.Top() + ((aRect.GetHeight()-1)/2); in ImplDraw()
562 …aDecoView.DrawSeparator( Point( aRect.Right()+FIXEDLINE_TEXT_BORDER, nTop ), Point( aOutSize.Width… in ImplDraw()
563 if( aRect.Left() > FIXEDLINE_TEXT_BORDER ) in ImplDraw()
564 …aDecoView.DrawSeparator( Point( 0, nTop ), Point( aRect.Left()-FIXEDLINE_TEXT_BORDER, nTop ), fals… in ImplDraw()
834 Rectangle aRect( aPos, aSize ); in Draw() local
843 aRect = aDecoView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); in Draw()
845 pDev->IntersectClipRegion( aRect ); in Draw()
846 ImplDraw( pDev, nFlags, aRect.TopLeft(), aRect.GetSize() ); in Draw()
1086 Rectangle aRect( aPos, aSize ); in Draw() local
1094 ImplDrawFrame( pDev, aRect ); in Draw()
1096 pDev->IntersectClipRegion( aRect ); in Draw()
1097 ImplDraw( pDev, nFlags, aRect.TopLeft(), aRect.GetSize() ); in Draw()