Lines Matching refs:aRect

421 			Rectangle aRect( nCenterX-n2, nCenterY-n2,  in ImplDrawSymbol()  local
423 pDev->DrawRect( aRect ); in ImplDrawSymbol()
426 Rectangle aTempRect = aRect; in ImplDrawSymbol()
428 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
430 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
431 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
434 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
511 Rectangle aRect( nCenterX-n2, nCenterY-n2+3, in ImplDrawSymbol() local
513 pDev->DrawRect( aRect ); in ImplDrawSymbol()
514 Rectangle aTempRect = aRect; in ImplDrawSymbol()
516 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
518 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
519 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
522 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
524 aRect = Rectangle( nCenterX-n2+2, nCenterY-n2, in ImplDrawSymbol()
526 pDev->DrawRect( aRect ); in ImplDrawSymbol()
527 aTempRect = aRect; in ImplDrawSymbol()
529 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
531 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
532 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
535 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
541 Rectangle aRect( nCenterX-n2, nCenterY-n2, in ImplDrawSymbol() local
543 pDev->DrawRect( aRect ); in ImplDrawSymbol()
544 Rectangle aTempRect = aRect; in ImplDrawSymbol()
546 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
548 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
549 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
552 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
559 Rectangle aRect( nCenterX-n2+nExtra, nCenterY+n2-1, in ImplDrawSymbol() local
561 pDev->DrawRect( aRect ); in ImplDrawSymbol()
573 Rectangle aRect = mpOutDev->LogicToPixel( rRect ); in DrawSymbol() local
598 Rectangle aTempRect = aRect; in DrawSymbol()
607 ImplDrawSymbol( mpOutDev, aRect, eType ); in DrawSymbol()
620 Rectangle aRect = mpOutDev->LogicToPixel( rRect ); in DrawFrame() local
626 mpOutDev->ImplDraw2ColorFrame( aRect, rLeftTopColor, rRightBottomColor ); in DrawFrame()
968 Rectangle aRect = rRect; in DrawFrame() local
972 aRect = mpOutDev->LogicToPixel( aRect ); in DrawFrame()
979 ImplDrawFrame( mpOutDev, aRect, mpOutDev->GetSettings().GetStyleSettings(), nStyle ); in DrawFrame()
984 ImplDrawFrame( mpOutDev, aRect, mpOutDev->GetSettings().GetStyleSettings(), nStyle ); in DrawFrame()
993 aRect = mpOutDev->PixelToLogic( aRect ); in DrawFrame()
996 return aRect; in DrawFrame()
1217 Rectangle aRect = rRect; in DrawButton() local
1221 aRect = mpOutDev->LogicToPixel( aRect ); in DrawButton()
1233 ImplDrawButton( mpOutDev, aRect, rStyleSettings, nStyle ); in DrawButton()
1238 ImplDrawButton( mpOutDev, aRect, rStyleSettings, nStyle ); in DrawButton()
1247 aRect = mpOutDev->PixelToLogic( aRect ); in DrawButton()
1250 return aRect; in DrawButton()