Lines Matching refs:mnDPIY
940 mpWindowImpl->mpFrameData->mnDPIY = pParent->mpWindowImpl->mpFrameData->mnDPIY; in ImplInit()
946 … mpGraphics->GetResolution( mpWindowImpl->mpFrameData->mnDPIX, mpWindowImpl->mpFrameData->mnDPIY ); in ImplInit()
992 mnDPIY = (mpWindowImpl->mpFrameData->mnDPIY*nScreenZoom)/100; in ImplInit()
1699 mnDPIY = (mpWindowImpl->mpFrameData->mnDPIY*nScreenZoom)/100; in ImplInitResolutionSettings()
1705 mnDPIY = mpWindowImpl->mpParent->mnDPIY; in ImplInitResolutionSettings()
1733 aSize.Height() *= mpWindowImpl->mpFrameData->mnDPIY; in ImplPointToLogic()
1766 aSize.Height() += mpWindowImpl->mpFrameData->mnDPIY/2; in ImplLogicToPoint()
1767 aSize.Height() /= mpWindowImpl->mpFrameData->mnDPIY; in ImplLogicToPoint()
4325 aSize.Height() = (12*pFocusWin->mnDPIY)/72; in ImplNewInputContext()
6029 nDPIY = mpWindowImpl->mpFrameData->mnDPIY; in GetFontResolution()
9926 mnDPIY = i_pTargetOutDev->ImplGetDPIY(); in ImplPaintToDevice()
9947 if( nOldDPIX != mnDPIX || nOldDPIY != mnDPIY ) in ImplPaintToDevice()
9949 aCopyFont.SetHeight( aCopyFont.GetHeight() * mnDPIY / nOldDPIY ); in ImplPaintToDevice()
10034 mnDPIY = nOldDPIY; in ImplPaintToDevice()