Lines Matching refs:Top
509 it->maRect.Top() = nLineHeightAry[n-1]; in ImplGetTabRect()
570 aRect.Top() = 0; in ImplChangeTabPage()
576 aRect.Top() -= 2; in ImplChangeTabPage()
582 aRect.Top() -= 2; in ImplChangeTabPage()
644 aRect.Top() -= TAB_OFFSET; in ImplChangeTabPage()
727 aRect.Top() = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-1-1; in ImplShowFocus()
729 aRect.Bottom() = aRect.Top()+nTextHeight+2; in ImplShowFocus()
735 long nYPos = aRect.Top(); in ImplShowFocus()
740 aRect.Top() = nYPos - 2; in ImplShowFocus()
742 aRect.Bottom() = aRect.Top() + aImageSize.Height() + 4; in ImplShowFocus()
860 …DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-left p… in ImplDrawItem()
863 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
866 …DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), // top line starting 2px from left bor… in ImplDrawItem()
867 Point( aRect.Right()+nOff2-3, aRect.Top()-nOff2 ) ); // ending 3px from right border in ImplDrawItem()
872 DrawLine( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ), in ImplDrawItem()
876 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-nOff2 ), in ImplDrawItem()
883 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
884 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
887 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
890 DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), in ImplDrawItem()
891 Point( aRect.Right()-3, aRect.Top()-nOff2 ) ); in ImplDrawItem()
894 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+2-nOff2 ), in ImplDrawItem()
927 long nYPos = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-nOff3; in ImplDrawItem()
943 Point aImgTL( nXPos, aRect.Top() ); in ImplDrawItem()
1083 aRect.Top() -= TAB_OFFSET; in ImplPaint()
1131 DrawLine( aRect.TopLeft(), Point( aCurRect.Left()-2, aRect.Top() ) ); in ImplPaint()
1135 DrawLine( Point( aCurRect.Right(), aRect.Top() ), aRect.TopRight() ); in ImplPaint()
1158 DrawLine( Point( aRect.Right()-1, aRect.Top()+nTopOff ), in ImplPaint()
1166 DrawLine( Point( aRect.Right(), aRect.Top()+nTopOff ), in ImplPaint()
1281 aRect.Top() -= TAB_OFFSET+TAB_BORDER_TOP; in Resize()
1341 aItemRect.Top() = aPt.Y(); in RequestHelp()
1373 aItemRect.Top() = aPt.Y(); in RequestHelp()
1398 aItemRect.Top() = aPt.Y(); in RequestHelp()
1611 aNewSize.Height() += aRect.Top()+TAB_OFFSET; in SetTabPageSizePixel()