Home
last modified time | relevance | path

Searched refs:mnDPIY (Results 1 – 14 of 14) sorted by path

/trunk/main/vcl/aqua/source/app/
H A Dsaldata.cxx60 mnDPIY( 0 ) in SalData()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx341 if( pSalData->mnDPIX == 0 || pSalData->mnDPIY == 0 ) in initResolution()
412 pSalData->mnDPIY = mnRealDPIY; in initResolution()
417 mnRealDPIY = pSalData->mnDPIY; in initResolution()
/trunk/main/vcl/inc/aqua/
H A Dsaldata.hxx113 …long mnDPIY; // #i100617# read DPI only once pe… member
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx332 sal_Int32 mnDPIY; member in OutputDevice
385 SAL_DLLPRIVATE sal_Int32 ImplGetDPIY() const { return mnDPIY; } in ImplGetDPIY()
/trunk/main/vcl/inc/
H A Dwindow.h169 sal_Int32 mnDPIY; // Original Screen Resolution member
/trunk/main/vcl/source/app/
H A Dsvapp.cxx744 nOldDPIY = pFirstFrame->mnDPIY; in SetSettings()
782 (pFirstFrame->mnDPIY != nOldDPIY) ) in SetSettings()
789 (pVirDev->mnDPIY == nOldDPIY) ) in SetSettings()
792 pVirDev->mnDPIY = pFirstFrame->mnDPIY; in SetSettings()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx359 mnDPIY = 0; in OutputDevice()
H A Doutdev3.cxx3017 aSize.Height() = (12*mnDPIY)/72; in ImplNewFont()
3572 nPixHeight = ((nLineWidth*mnDPIX)+(mnDPIY/2))/mnDPIY; in ImplDrawWaveLine()
3672 long nLineWidthHeight = ((nLineWidth*mnDPIX)+(mnDPIY/2))/mnDPIY; in ImplDrawWaveTextLine()
3804 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3805 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3823 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3824 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3868 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3869 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3899 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
[all …]
H A Doutdev6.cxx678 ((OutputDevice*)pVDev)->mnDPIY = mnDPIY; in DrawTransparent()
H A Doutmap.cxx569 return ImplLogicToPixel( nHeight, mnDPIY, in ImplLogicHeightToDevicePixel()
609 return ImplPixelToLogic( nHeight, mnDPIY, in ImplDevicePixelToLogicHeight()
648 ImplLogicToPixel( rLogicSize.Height(), mnDPIY, in ImplLogicToDevicePixel()
904 maMapRes.mnMapScDenomY = mnDPIY; in SetMapMode()
1001 aYF *= Fraction( mnDPIY, 1 ); in SetRelativeMapMode()
1006 aYF *= Fraction( 1, mnDPIY ); in SetRelativeMapMode()
1168 ImplLogicToPixel( rLogicSize.Height(), mnDPIY, in LogicToPixel()
1546 ImplPixelToLogic( rDevicePt.Y(), mnDPIY, in PixelToLogic()
1737 ImplPixelToLogic( rDevicePt.Y(), mnDPIY, in PixelToLogic()
1956 mnDPIX, mnDPIY, aMapResSource ); \
[all …]
H A Dprint.cxx556 mnDPIY = mpDisplayDev->mnDPIY; in ImplInitDisplay()
613 mpGraphics->GetResolution( mnDPIX, mnDPIY ); in ImplUpdatePageData()
H A Dprint2.cxx748 aMapModeVDev.mnDPIY = mnDPIY; in RemoveTransparenciesFromMetaFile()
1224 aMapVDev.mnDPIY = aPaintVDev.mnDPIY = mnDPIY; in RemoveTransparenciesFromMetaFile()
H A Dvirdev.cxx106 mnDPIY = pOutDev->mnDPIY; in ImplInitVirDev()
387 mnDPIY = i_nDPIY; in ImplSetReferenceDevice()
/trunk/main/vcl/source/window/
H A Dwindow.cxx940 mpWindowImpl->mpFrameData->mnDPIY = pParent->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()
6029 nDPIY = mpWindowImpl->mpFrameData->mnDPIY; in GetFontResolution()
9926 mnDPIY = i_pTargetOutDev->ImplGetDPIY(); in ImplPaintToDevice()
9947 if( nOldDPIX != mnDPIX || nOldDPIY != mnDPIY ) in ImplPaintToDevice()
[all …]

Completed in 184 milliseconds