Lines Matching refs:aRect

408 		Rectangle	aRect = maChannel1Rect;  in ImplDraw()  local
412 DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom()-1 ) ); in ImplDraw()
413 DrawLine( aRect.TopLeft(), aRect.TopRight() ); in ImplDraw()
417 DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) ); in ImplDraw()
418 DrawLine( aRect.TopLeft(), aRect.BottomLeft() ); in ImplDraw()
423 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplDraw()
424 nRectSize = aRect.GetWidth(); in ImplDraw()
428 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
429 nRectSize = aRect.GetHeight(); in ImplDraw()
434 aRect.Left()++; in ImplDraw()
435 aRect.Top()++; in ImplDraw()
437 aRect.Bottom()--; in ImplDraw()
439 aRect.Right()--; in ImplDraw()
445 DrawRect( aRect ); in ImplDraw()
452 Rectangle aRect = maChannel2Rect; in ImplDraw() local
456 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
457 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplDraw()
458 nRectSize = aRect.GetWidth(); in ImplDraw()
462 DrawLine( aRect.BottomLeft(), aRect.BottomRight() ); in ImplDraw()
463 DrawLine( aRect.TopRight(), aRect.BottomRight() ); in ImplDraw()
464 nRectSize = aRect.GetHeight(); in ImplDraw()
471 DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) ); in ImplDraw()
473 DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom()-1 ) ); in ImplDraw()
475 aRect.Right()--; in ImplDraw()
476 aRect.Bottom()--; in ImplDraw()
478 aRect.Top()++; in ImplDraw()
480 aRect.Left()++; in ImplDraw()
486 DrawRect( aRect ); in ImplDraw()
516 Rectangle aRect = maChannel1Rect; in ImplIsPageUp() local
519 aRect.Top() = 0; in ImplIsPageUp()
520 aRect.Bottom() = aSize.Height()-1; in ImplIsPageUp()
524 aRect.Left() = 0; in ImplIsPageUp()
525 aRect.Right() = aSize.Width()-1; in ImplIsPageUp()
527 return aRect.IsInside( rPos ); in ImplIsPageUp()
535 Rectangle aRect = maChannel2Rect; in ImplIsPageDown() local
538 aRect.Top() = 0; in ImplIsPageDown()
539 aRect.Bottom() = aSize.Height()-1; in ImplIsPageDown()
543 aRect.Left() = 0; in ImplIsPageDown()
544 aRect.Right() = aSize.Width()-1; in ImplIsPageDown()
546 return aRect.IsInside( rPos ); in ImplIsPageDown()