Searched refs:mnDPIY (Results  1 – 14 of 14) sorted by relevance
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | outmap.cxx | 569 	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 D | virdev.cxx | 106 	mnDPIY			= pOutDev->mnDPIY;  in ImplInitVirDev()387     mnDPIY = i_nDPIY;  in ImplSetReferenceDevice()
 
 | 
| H A D | print2.cxx | 748 		aMapModeVDev.mnDPIY = mnDPIY;  in RemoveTransparenciesFromMetaFile()1224                                     aMapVDev.mnDPIY = aPaintVDev.mnDPIY = mnDPIY;  in RemoveTransparenciesFromMetaFile()
 
 | 
| H A D | outdev3.cxx | 3017             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 D | print.cxx | 556 	mnDPIY				= mpDisplayDev->mnDPIY;  in ImplInitDisplay()613 	mpGraphics->GetResolution( mnDPIX, mnDPIY );  in ImplUpdatePageData()
 
 | 
| H A D | outdev6.cxx | 678 			((OutputDevice*)pVDev)->mnDPIY = mnDPIY;  in DrawTransparent()
 | 
| H A D | outdev.cxx | 359 	mnDPIY				= 0;  in OutputDevice()
 | 
| /aoo42x/main/vcl/source/app/ | 
| H A D | svapp.cxx | 744                 nOldDPIY = pFirstFrame->mnDPIY;  in SetSettings()782                      (pFirstFrame->mnDPIY != nOldDPIY) )  in SetSettings()
 789                              (pVirDev->mnDPIY == nOldDPIY) )  in SetSettings()
 792                             pVirDev->mnDPIY = pFirstFrame->mnDPIY;  in SetSettings()
 
 | 
| /aoo42x/main/vcl/source/window/ | 
| H A D | window.cxx | 940             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 …]
 
 | 
| /aoo42x/main/vcl/inc/aqua/ | 
| H A D | saldata.hxx | 113 …long                                          mnDPIY;           // #i100617# read DPI only once pe…  member
 | 
| /aoo42x/main/vcl/aqua/source/app/ | 
| H A D | saldata.cxx | 60     mnDPIY( 0 )  in SalData()
 | 
| /aoo42x/main/vcl/aqua/source/gdi/ | 
| H A D | salgdi.cxx | 341     if( pSalData->mnDPIX == 0 || pSalData->mnDPIY == 0 )  in initResolution()412         pSalData->mnDPIY = mnRealDPIY;  in initResolution()
 417         mnRealDPIY = pSalData->mnDPIY;  in initResolution()
 
 | 
| /aoo42x/main/vcl/inc/ | 
| H A D | window.h | 169     sal_Int32           mnDPIY;             // Original Screen Resolution  member
 | 
| /aoo42x/main/vcl/inc/vcl/ | 
| H A D | outdev.hxx | 332     sal_Int32           mnDPIY;  member in OutputDevice385 	SAL_DLLPRIVATE sal_Int32	ImplGetDPIY() const { return mnDPIY; }  in ImplGetDPIY()
 
 | 
        Completed in 280 milliseconds