Lines Matching refs:Height

677 				nMinMenuItemHeight = std::max( nMinMenuItemHeight, aImgSz.Height() + 6 );  in implCalcSize()
705 pEntry->maSize.Height() = nMinMenuItemHeight; in implCalcSize()
719 pEntry->maSize.Height() = aControlSize.Height() + 1; in implCalcSize()
751 nY += pEntry->maSize.Height(); in implCalcSize()
759 aSz.Height() += nY + BORDER_Y; in implCalcSize()
905 Rectangle aItemRect( Point( nX, nY ), Size( aSz.Width(), pEntry->maSize.Height() ) ); in implHighlightEntry()
916 … IntersectClipRegion( Rectangle( Point( nX, nY ), Size( aSz.Width(), pEntry->maSize.Height() ) ) ); in implHighlightEntry()
917 Rectangle aCtrlRect( Point( nX, 0 ), Size( aPxSize.Width()-nX, aPxSize.Height() ) ); in implHighlightEntry()
964 nY += pEntry ? pEntry->maSize.Height() : SEPARATOR_HEIGHT; in implHighlightEntry()
1014 if ( ( nMouseY >= 0 ) && ( nMouseY < aOutSz.Height() ) ) in implHighlightEntry()
1026 nY += pEntry->maSize.Height(); in implHighlightEntry()
1422 long nTextOffsetY = ((pEntry->maSize.Height()-nFontHeight)/2); in implPaint()
1435 …Pos.X()+mpImpl->mnCheckPos, aPos.Y() ), Size( pEntry->maSize.Height(), pEntry->maSize.Height() ) ); in implPaint()
1444 Rectangle aRect( aTopLeft, Size( aOutSz.Width(), pEntry->maSize.Height() ) ); in implPaint()
1509 aTmpPos.Y() = aOuterCheckRect.Top() + (aOuterCheckRect.GetHeight() - aSymbolSize.Height())/2; in implPaint()
1526 aTmpPos.Y() += (aOuterCheckRect.GetHeight()-pEntry->maImage.GetSizePixel().Height())/2; in implPaint()
1598 aTopLeft.Y() += pEntry ? pEntry->maSize.Height() : SEPARATOR_HEIGHT; in implPaint()