Lines Matching refs:Height

396     aImageSize.Height() = CalcZoom( aImageSize.Height() );  in ImplDrawAlignedImage()
473 aTSSize.Height() = aSymbol.GetHeight(); in ImplDrawAlignedImage()
495 aRect.Bottom() -= ( aImageSize.Height() + nImageSep ); in ImplDrawAlignedImage()
503 if ( aTSSize.Height() < aTextSize.Height() ) in ImplDrawAlignedImage()
504 aTSSize.Height() = aTextSize.Height(); in ImplDrawAlignedImage()
508 long nDiff = (aImageSize.Height() - aTextSize.Height()) / 3; in ImplDrawAlignedImage()
515 … aMax.Height() = aTSSize.Height() > aImageSize.Height() ? aTSSize.Height() : aImageSize.Height(); in ImplDrawAlignedImage()
522 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
523 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
528 aImagePos.Y() = rPos.Y() + aMax.Height() - aImageSize.Height(); in ImplDrawAlignedImage()
529 aTextPos.Y() = rPos.Y() + aMax.Height() - aTSSize.Height(); in ImplDrawAlignedImage()
560 aTextPos.Y() = rPos.Y() + aImageSize.Height() + nImageSep; in ImplDrawAlignedImage()
566 aImagePos.Y() = rPos.Y() + aTSSize.Height() + nImageSep; in ImplDrawAlignedImage()
571 aImagePos.Y() = rPos.Y() + ( aMax.Height() - aImageSize.Height() ) / 2; in ImplDrawAlignedImage()
573 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
595 nYOffset = ( rSize.Height() - aUnion.GetHeight() ) / 2; in ImplDrawAlignedImage()
599 nYOffset = rSize.Height() - aUnion.GetHeight(); in ImplDrawAlignedImage()
630 nYOffset = (aUnion.GetHeight() - aSymbolSize.Height())/2; in ImplDrawAlignedImage()
1218 aControlValue.mbSingleLine = (aInRectSize.Height() < 2 * aFontSize.Height() ); in ImplDrawPushButton()
1307 aSize.Height() += dTop + dBottom; in ImplSetDefButton()
1318 aSize.Height() -= dTop + dBottom; in ImplSetDefButton()
1323 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in ImplSetDefButton()
1857 aSize.Height() = std::max( aSize.Height(), long( textSize.Height() * 1.15 ) ); in CalcMinimumSize()
1864 aSize.Height() += 8; in CalcMinimumSize()
2222 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawRadioButtonState()
2249 aImagePos.Y() += (aImageRect.GetHeight()-aImageSize.Height())/2; in ImplDrawRadioButtonState()
2266 if ( (aImageSize.Width() >= 20) || (aImageSize.Height() >= 20) ) in ImplDrawRadioButtonState()
2320 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
2324 aSize.Height() = rImageSize.Height(); in ImplDraw()
2336 if ( aSize.Height() > rImageSize.Height() ) in ImplDraw()
2337 rStateRect.Top() += ( aSize.Height() - rImageSize.Height() ) / 2; in ImplDraw()
2340 rStateRect.Top() -= ( rImageSize.Height() - aSize.Height() ) / 2; in ImplDraw()
2346 rStateRect.Bottom() = rStateRect.Top() + rImageSize.Height()-1; in ImplDraw()
2360 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
2362 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); //-1; in ImplDraw()
2366 rStateRect.Bottom() = rStateRect.Top()+rImageSize.Height()-1; in ImplDraw()
2392 Size aTmpSize( (aImageSize.Width()+8), (aImageSize.Height()+8) ); in ImplDraw()
2396 aImageRect.Top() = (rSize.Height()-(aTmpSize.Height()+nTextHeight+6))/2; in ImplDraw()
2399 aImageRect.Top() = (rSize.Height()-aTmpSize.Height())/2; in ImplDraw()
2402 aImageRect.Bottom() = aImageRect.Top()+aTmpSize.Height(); in ImplDraw()
2414 aTxtPos.Y() += (rSize.Height()-nTextHeight)/2; in ImplDraw()
2439 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawRadioButton()
2749 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in Draw()
2751 aBrd1Size.Height() = CalcZoom( aBrd1Size.Height() ); in Draw()
2753 aBrd2Size.Height() = CalcZoom( aBrd2Size.Height() ); in Draw()
2757 if ( !aBrd1Size.Height() ) in Draw()
2758 aBrd1Size.Height() = 1; in Draw()
2761 if ( !aBrd2Size.Height() ) in Draw()
2762 aBrd2Size.Height() = 1; in Draw()
2778 long nRadY = aImageSize.Height()/2; in Draw()
2784 nRadY -= aBrd1Size.Height(); in Draw()
2790 nRadY -= aBrd1Size.Height(); in Draw()
3175 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize()
3177 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize()
3209 if ( aSize.Height() < aTextSize.Height() ) in CalcMinimumSize()
3210 aSize.Height() = aTextSize.Height(); in CalcMinimumSize()
3401 long nLineY = rPos.Y() + (rSize.Height()-1)/2; in ImplDraw()
3416 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
3420 aSize.Height() = rImageSize.Height(); in ImplDraw()
3425 nLineY = aPos.Y() + aSize.Height()/2; in ImplDraw()
3432 if ( aSize.Height() > rImageSize.Height() ) in ImplDraw()
3433 rStateRect.Top() += ( aSize.Height() - rImageSize.Height() ) / 2; in ImplDraw()
3436 rStateRect.Top() -= ( rImageSize.Height() - aSize.Height() ) / 2; in ImplDraw()
3442 rStateRect.Bottom() = rStateRect.Top()+rImageSize.Height()-1; in ImplDraw()
3455 rStateRect.Top() = rPos.Y()+((rSize.Height()-rImageSize.Height())/2); in ImplDraw()
3457 rStateRect.Top() = rPos.Y()+rSize.Height()-rImageSize.Height(); in ImplDraw()
3461 rStateRect.Bottom() = rStateRect.Top()+rImageSize.Height()-1; in ImplDraw()
3499 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in ImplDrawCheckBox()
3693 aImageSize.Height() = CalcZoom( aImageSize.Height() ); in Draw()
3695 aBrd1Size.Height() = CalcZoom( aBrd1Size.Height() ); in Draw()
3697 aBrd2Size.Height() = CalcZoom( aBrd2Size.Height() ); in Draw()
3701 if ( !aBrd1Size.Height() ) in Draw()
3702 aBrd1Size.Height() = 1; in Draw()
3705 if ( !aBrd2Size.Height() ) in Draw()
3706 aBrd2Size.Height() = 1; in Draw()
3726 aStateRect.Top() += aBrd1Size.Height(); in Draw()
3728 aStateRect.Bottom() -= aBrd1Size.Height(); in Draw()
3738 aStateRect.Top() += aBrd2Size.Height(); in Draw()
3740 aStateRect.Bottom() -= aBrd2Size.Height(); in Draw()
3796 aSize.Height() += 2; in GetFocus()
3798 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in GetFocus()
3828 aSize.Height() -= 2; in LoseFocus()
3830 SetPosSizePixel( aPos.X(), aPos.Y(), aSize.Width(), aSize.Height(), WINDOW_POSSIZE_ALL ); in LoseFocus()
4084 if( aSize.Height() > aCurSize.Height() ) in ImplSetMinimumNWFSize()
4086 aCurSize.Height() = aSize.Height(); in ImplSetMinimumNWFSize()
4113 if ( aSize.Height() < aTextSize.Height() ) in CalcMinimumSize()
4114 aSize.Height() = aTextSize.Height(); in CalcMinimumSize()
4323 (aSize.Height() - aImgSize.Height())/2 ); in ImplDrawCheckBoxState()