Lines Matching refs:Top

511                 it->maRect.Top()     = nLineHeightAry[n-1];  in ImplGetTabRect()
572 aRect.Top() = 0; in ImplChangeTabPage()
578 aRect.Top() -= 2; in ImplChangeTabPage()
584 aRect.Top() -= 2; in ImplChangeTabPage()
646 aRect.Top() -= TAB_OFFSET; in ImplChangeTabPage()
729 aRect.Top() = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-1-1; in ImplShowFocus()
731 aRect.Bottom() = aRect.Top()+nTextHeight+2; in ImplShowFocus()
737 long nYPos = aRect.Top(); in ImplShowFocus()
742 aRect.Top() = nYPos - 2; in ImplShowFocus()
744 aRect.Bottom() = aRect.Top() + aImageSize.Height() + 4; in ImplShowFocus()
862 …DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-lef… in ImplDrawItem()
865 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
868 …DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), // top line starting 2px from … in ImplDrawItem()
869 … Point( aRect.Right()+nOff2-3, aRect.Top()-nOff2 ) ); // ending 3px from right border in ImplDrawItem()
874 DrawLine( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ), in ImplDrawItem()
878 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-nOff2 ), in ImplDrawItem()
885 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
886 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
889 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
892 DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), in ImplDrawItem()
893 Point( aRect.Right()-3, aRect.Top()-nOff2 ) ); in ImplDrawItem()
896 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+2-nOff2 ), in ImplDrawItem()
929 long nYPos = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-nOff3; in ImplDrawItem()
945 Point aImgTL( nXPos, aRect.Top() ); in ImplDrawItem()
1085 aRect.Top() -= TAB_OFFSET; in ImplPaint()
1133 DrawLine( aRect.TopLeft(), Point( aCurRect.Left()-2, aRect.Top() ) ); in ImplPaint()
1137 DrawLine( Point( aCurRect.Right(), aRect.Top() ), aRect.TopRight() ); in ImplPaint()
1160 DrawLine( Point( aRect.Right()-1, aRect.Top()+nTopOff ), in ImplPaint()
1168 DrawLine( Point( aRect.Right(), aRect.Top()+nTopOff ), in ImplPaint()
1283 aRect.Top() -= TAB_OFFSET+TAB_BORDER_TOP; in Resize()
1343 aItemRect.Top() = aPt.Y(); in RequestHelp()
1375 aItemRect.Top() = aPt.Y(); in RequestHelp()
1400 aItemRect.Top() = aPt.Y(); in RequestHelp()
1613 aNewSize.Height() += aRect.Top()+TAB_OFFSET; in SetTabPageSizePixel()