Lines Matching refs:Height

1280             aSize.Height() = ImplLogicUnitToPixelY( ReadLongRes(), eSizeMap );  in ImplLoadRes()
1733 aSize.Height() *= mpWindowImpl->mpFrameData->mnDPIY; in ImplPointToLogic()
1734 aSize.Height() += 72/2; in ImplPointToLogic()
1735 aSize.Height() /= 72; in ImplPointToLogic()
1736 aSize.Height() *= nScreenFontZoom; in ImplPointToLogic()
1737 aSize.Height() /= 100; in ImplPointToLogic()
1763 aSize.Height() *= 100; in ImplLogicToPoint()
1764 aSize.Height() /= nScreenFontZoom; in ImplLogicToPoint()
1765 aSize.Height() *= 72; in ImplLogicToPoint()
1766 aSize.Height() += mpWindowImpl->mpFrameData->mnDPIY/2; in ImplLogicToPoint()
1767 aSize.Height() /= mpWindowImpl->mpFrameData->mnDPIY; in ImplLogicToPoint()
4318 if ( !aSize.Height() ) in ImplNewInputContext()
4322 if ( rFont.GetSize().Height() ) in ImplNewInputContext()
4323 aSize.Height() = 1; in ImplNewInputContext()
4325 aSize.Height() = (12*pFocusWin->mnDPIY)/72; in ImplNewInputContext()
4332 rFont, aSize, static_cast<float>(aSize.Height()), pFontSubst ); in ImplNewInputContext()
5700 … SetPosSizePixel( aBorderPos.X(), aBorderPos.Y(), aBorderSize.Width(), aBorderSize.Height() ); in SetBorderStyle()
7377 if( nHeight < aMinSize.Height() ) in SetPosSizePixel()
7378 nHeight = aMinSize.Height(); in SetPosSizePixel()
7382 if( nHeight > aMaxSize.Height() ) in SetPosSizePixel()
7383 nHeight = aMaxSize.Height(); in SetPosSizePixel()
7550 aSize.Height() += g.nTopDecoration + g.nBottomDecoration; in ImplGetWindowExtentsRelative()
9829 rFullscreenSize.Height() ) ); in ImplGetCanvas()