Lines Matching refs:aTempRect
426 Rectangle aTempRect = aRect; in ImplDrawSymbol() local
427 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol()
428 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
429 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
430 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
431 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
432 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
433 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol()
434 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
435 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
514 Rectangle aTempRect = aRect; in ImplDrawSymbol() local
515 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol()
516 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
517 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
518 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
519 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
520 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
521 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol()
522 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
523 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
527 aTempRect = aRect; in ImplDrawSymbol()
528 aTempRect.Bottom() = nCenterY+n2-3; in ImplDrawSymbol()
529 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
530 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
531 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
532 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
533 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
534 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol()
535 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
536 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
544 Rectangle aTempRect = aRect; in ImplDrawSymbol() local
545 aTempRect.Bottom() = nCenterY+n2; in ImplDrawSymbol()
546 aTempRect.Right() = aRect.Left(); in ImplDrawSymbol()
547 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
548 aTempRect.Left() = aRect.Right(); in ImplDrawSymbol()
549 aTempRect.Right() = aRect.Right(); in ImplDrawSymbol()
550 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
551 aTempRect.Top() = aTempRect.Bottom(); in ImplDrawSymbol()
552 aTempRect.Left() = aRect.Left(); in ImplDrawSymbol()
553 pDev->DrawRect( aTempRect ); in ImplDrawSymbol()
598 Rectangle aTempRect = aRect; in DrawSymbol() local
599 aTempRect.Move( 1, 1 ); in DrawSymbol()
600 ImplDrawSymbol( mpOutDev, aTempRect, eType ); in DrawSymbol()