Lines Matching refs:aRect

413         Rectangle aRect;  in ImplInvertLines()  local
415 aRect.Bottom() = nY; in ImplInvertLines()
417 aRect.Right() = nY; in ImplInvertLines()
427 aRect.Left() = n; in ImplInvertLines()
428 aRect.Right() = n; in ImplInvertLines()
432 aRect.Top() = n; in ImplInvertLines()
433 aRect.Bottom() = n; in ImplInvertLines()
437 Rectangle aTempRect = aRect; in ImplInvertLines()
445 aTempRect.Bottom() = aRect.Bottom(); in ImplInvertLines()
450 aTempRect.Right() = aRect.Right(); in ImplInvertLines()
455 Invert( aRect ); in ImplInvertLines()
1505 Rectangle aRect = maExtraRect; in ImplDrawExtra() local
1510 aRect.Left() += 2; in ImplDrawExtra()
1511 aRect.Top() += 2; in ImplDrawExtra()
1512 aRect.Right() -= 2; in ImplDrawExtra()
1513 aRect.Bottom() -= 2; in ImplDrawExtra()
1517 aRect.Left() += 1; in ImplDrawExtra()
1518 aRect.Top() += 1; in ImplDrawExtra()
1519 aRect.Right() -= 1; in ImplDrawExtra()
1520 aRect.Bottom() -= 1; in ImplDrawExtra()
1543 DrawRect( aRect ); in ImplDrawExtra()
1553 DrawLine( Point( aRect.Left()+1, aRect.Top()+4 ), in ImplDrawExtra()
1554 Point( aRect.Right()-1, aRect.Top()+4 ) ); in ImplDrawExtra()
1555 DrawLine( Point( aRect.Left()+4, aRect.Top()+1 ), in ImplDrawExtra()
1556 Point( aRect.Left()+4, aRect.Bottom()-1 ) ); in ImplDrawExtra()
1563 Point aCenter = aRect.Center(); in ImplDrawExtra()
1582 Invert( aRect ); in ImplDrawExtra()
1674 Rectangle aRect; in ImplHitTest() local
1677 aRect.Bottom() = nHitBottom; in ImplHitTest()
1678 aRect.Top() = aRect.Bottom()-RULER_TAB_HEIGHT-RULER_OFF; in ImplHitTest()
1694 aRect.Left() = n1; in ImplHitTest()
1695 aRect.Right() = n1+RULER_TAB_WIDTH-1; in ImplHitTest()
1699 aRect.Right() = n1; in ImplHitTest()
1700 aRect.Left() = n1-RULER_TAB_WIDTH-1; in ImplHitTest()
1704 aRect.Left() = n1-RULER_TAB_CWIDTH2+1; in ImplHitTest()
1705 aRect.Right() = n1-RULER_TAB_CWIDTH2+RULER_TAB_CWIDTH; in ImplHitTest()
1708 if ( aRect.IsInside( Point( nX, nY ) ) ) in ImplHitTest()
1736 aRect.Left() = n1-nIndentWidth2; in ImplHitTest()
1737 aRect.Right() = n1+nIndentWidth2; in ImplHitTest()
1738 aRect.Top() = nHitBottom-nIndentHeight-RULER_OFF+1; in ImplHitTest()
1739 aRect.Bottom() = nHitBottom; in ImplHitTest()
1743 aRect.Left() = n1-nIndentWidth2; in ImplHitTest()
1744 aRect.Right() = n1+nIndentWidth2; in ImplHitTest()
1745 aRect.Top() = 0; in ImplHitTest()
1746 aRect.Bottom() = nIndentHeight+RULER_OFF-1; in ImplHitTest()
1749 if ( aRect.IsInside( Point( nX, nY ) ) ) in ImplHitTest()
1869 aRect.Top() = RULER_OFF; in ImplHitTest()
1870 aRect.Bottom() = nHitBottom; in ImplHitTest()
1886 aRect.Left() = n1; in ImplHitTest()
1887 aRect.Right() = n1+RULER_TAB_WIDTH-1; in ImplHitTest()
1891 aRect.Right() = n1; in ImplHitTest()
1892 aRect.Left() = n1-RULER_TAB_WIDTH-1; in ImplHitTest()
1896 aRect.Left() = n1-RULER_TAB_CWIDTH2+1; in ImplHitTest()
1897 aRect.Right() = n1-RULER_TAB_CWIDTH2+RULER_TAB_CWIDTH; in ImplHitTest()
1900 aRect.Left()--; in ImplHitTest()
1901 aRect.Right()++; in ImplHitTest()
1903 if ( aRect.IsInside( Point( nX, nY ) ) ) in ImplHitTest()
2451 Rectangle aRect; in Resize() local
2456 aRect.Left() = mnWidth-RULER_RESIZE_OFF; in Resize()
2458 aRect.Left() = aWinSize.Width()-RULER_RESIZE_OFF; in Resize()
2459 aRect.Right() = aRect.Left()+RULER_RESIZE_OFF; in Resize()
2460 aRect.Top() = RULER_OFF; in Resize()
2461 aRect.Bottom() = RULER_OFF+mnVirHeight; in Resize()
2466 aRect.Top() = mnHeight-RULER_RESIZE_OFF; in Resize()
2468 aRect.Top() = aWinSize.Height()-RULER_RESIZE_OFF; in Resize()
2469 aRect.Bottom() = aRect.Top()+RULER_RESIZE_OFF; in Resize()
2470 aRect.Left() = RULER_OFF; in Resize()
2471 aRect.Right() = RULER_OFF+mnVirHeight; in Resize()
2474 Invalidate( aRect ); in Resize()