Lines Matching refs:Top
507 it->maRect.Top() = nLineHeightAry[n-1]; in ImplGetTabRect()
568 aRect.Top() = 0; in ImplChangeTabPage()
574 aRect.Top() -= 2; in ImplChangeTabPage()
580 aRect.Top() -= 2; in ImplChangeTabPage()
642 aRect.Top() -= TAB_OFFSET; in ImplChangeTabPage()
725 aRect.Top() = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-1-1; in ImplShowFocus()
727 aRect.Bottom() = aRect.Top()+nTextHeight+2; in ImplShowFocus()
733 long nYPos = aRect.Top(); in ImplShowFocus()
738 aRect.Top() = nYPos - 2; in ImplShowFocus()
740 aRect.Bottom() = aRect.Top() + aImageSize.Height() + 4; in ImplShowFocus()
858 …DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-left p… in ImplDrawItem()
861 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
864 …DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), // top line starting 2px from left bor… in ImplDrawItem()
865 … Point( aRect.Right()+nOff2-3, aRect.Top()-nOff2 ) ); // ending 3px from right border in ImplDrawItem()
870 DrawLine( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ), in ImplDrawItem()
874 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-nOff2 ), in ImplDrawItem()
881 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
882 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
885 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
888 DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), in ImplDrawItem()
889 Point( aRect.Right()-3, aRect.Top()-nOff2 ) ); in ImplDrawItem()
892 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+2-nOff2 ), in ImplDrawItem()
925 long nYPos = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-nOff3; in ImplDrawItem()
941 Point aImgTL( nXPos, aRect.Top() ); in ImplDrawItem()
1079 aRect.Top() -= TAB_OFFSET; in ImplPaint()
1127 DrawLine( aRect.TopLeft(), Point( aCurRect.Left()-2, aRect.Top() ) ); in ImplPaint()
1131 DrawLine( Point( aCurRect.Right(), aRect.Top() ), aRect.TopRight() ); in ImplPaint()
1154 DrawLine( Point( aRect.Right()-1, aRect.Top()+nTopOff ), in ImplPaint()
1162 DrawLine( Point( aRect.Right(), aRect.Top()+nTopOff ), in ImplPaint()
1277 aRect.Top() -= TAB_OFFSET+TAB_BORDER_TOP; in Resize()
1337 aItemRect.Top() = aPt.Y(); in RequestHelp()
1369 aItemRect.Top() = aPt.Y(); in RequestHelp()
1394 aItemRect.Top() = aPt.Y(); in RequestHelp()
1607 aNewSize.Height() += aRect.Top()+TAB_OFFSET; in SetTabPageSizePixel()