Lines Matching refs:aRect1
1031 Rectangle aRect1, aRect2, aRect3; in ImplDrawRulerTab() local
1035 aRect1.Left() = rPos.X() - RULER_TAB_DWIDTH2 + 1 ; in ImplDrawRulerTab()
1036 aRect1.Top() = rPos.Y() - RULER_TAB_DHEIGHT2 + 1 ; in ImplDrawRulerTab()
1037 aRect1.Right() = rPos.X() - RULER_TAB_DWIDTH2 + RULER_TAB_DWIDTH ; in ImplDrawRulerTab()
1038 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1047 aRect1.Left() = rPos.X(); in ImplDrawRulerTab()
1048 aRect1.Top() = rPos.Y() - RULER_TAB_HEIGHT2 + 1; in ImplDrawRulerTab()
1049 aRect1.Right() = rPos.X() + RULER_TAB_WIDTH - 1; in ImplDrawRulerTab()
1050 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1058 aRect1.Left() = rPos.X() - RULER_TAB_WIDTH + 1; in ImplDrawRulerTab()
1059 aRect1.Top() = rPos.Y() - RULER_TAB_HEIGHT2 + 1; in ImplDrawRulerTab()
1060 aRect1.Right() = rPos.X(); in ImplDrawRulerTab()
1061 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1069 aRect1.Left() = rPos.X() - RULER_TAB_CWIDTH2 + 1; in ImplDrawRulerTab()
1070 aRect1.Top() = rPos.Y() - RULER_TAB_HEIGHT2 + 1; in ImplDrawRulerTab()
1071 aRect1.Right() = rPos.X() - RULER_TAB_CWIDTH2 + RULER_TAB_CWIDTH; in ImplDrawRulerTab()
1072 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1089 lcl_RotateRect_Impl(aRect1, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1093 pDevice->DrawRect( aRect1 ); in ImplDrawRulerTab()