Home
last modified time | relevance | path

Searched refs:nDPIX (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dvirdev.cxx356 sal_Int32 nDPIX = 600, nDPIY = 600; in SetReferenceDevice() local
364 nDPIX = nDPIY = 600; in SetReferenceDevice()
367 nDPIX = nDPIY = 4800; in SetReferenceDevice()
370 nDPIX = nDPIY = 6*1440; in SetReferenceDevice()
373 nDPIX = nDPIY = 720; in SetReferenceDevice()
376 ImplSetReferenceDevice( i_eRefDevMode, nDPIX, nDPIY ); in SetReferenceDevice()
H A Doutmap.cxx120 static void ImplCalcBigIntThreshold( long nDPIX, long nDPIY, in ImplCalcBigIntThreshold() argument
124 if ( nDPIX && (LONG_MAX / nDPIX < Abs( rMapRes.mnMapScNumX ) ) ) // #111139# avoid div by zero in ImplCalcBigIntThreshold()
134 long nProductX = nDPIX * rMapRes.mnMapScNumX; in ImplCalcBigIntThreshold()
185 long nDPIX, long nDPIY, ImplMapRes& rMapRes ) in ImplCalcMapResolution() argument
253 rMapRes.mnMapScDenomX = nDPIX; in ImplCalcMapResolution()
277 rMapRes.mnMapScDenomX = nDPIX * 40; in ImplCalcMapResolution()
368 long nDPIX, long nDPIY, in ImplCalcMapResolution() argument
372 ImplCalcMapResolution( rMapMode, nDPIX, nDPIY, rMapRes ); in ImplCalcMapResolution()
373 ImplCalcBigIntThreshold( nDPIX, nDPIY, rMapRes, rThresRes ); in ImplCalcMapResolution()
H A Dgdimtf.cxx841 void GDIMetaFile::Move( long nX, long nY, long nDPIX, long nDPIY ) in Move() argument
848 aMapVDev.SetReferenceDevice( nDPIX, nDPIY ); in Move()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx128 long nDPIX = 720, nDPIY = 720; in SetupPrinterGraphics() local
141 CGContextScaleCTM( i_rContext, 72.0/double(nDPIX), -(72.0/double(nDPIY)) ); in SetupPrinterGraphics()
155 CGContextScaleCTM( i_rContext, -(72.0/double(nDPIY)), (72.0/double(nDPIX)) ); in SetupPrinterGraphics()
157 mpGraphics->SetPrinterGraphics( i_rContext, nDPIX, nDPIY, 1.0 ); in SetupPrinterGraphics()
415 sal_Int32 nDPIX = 72, nDPIY = 72; in GetPageInfo() local
416 mpGraphics->GetResolution( nDPIX, nDPIY ); in GetPageInfo()
417 const double fXScaling = static_cast<double>(nDPIX)/72.0, in GetPageInfo()
H A Dsalgdiutils.cxx55 void AquaSalGraphics::SetPrinterGraphics( CGContextRef xContext, long nDPIX, long nDPIY, double fSc… in SetPrinterGraphics() argument
63 mnRealDPIX = nDPIX; in SetPrinterGraphics()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx159 long nDPIX = 72, nDPIY = 72; in GetResolution() local
160 DevQueryCaps( mhDC, CAPS_HORIZONTAL_FONT_RES, 1, &nDPIX ); in GetResolution()
162 rDPIX = nDPIX; in GetResolution()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx525 int nDPIX = GetDeviceCaps( pData->getHDC(), LOGPIXELSX ); in ImplSalInitGraphics() local
526 if ( nDPIX <= 300 ) in ImplSalInitGraphics()
529 pData->mnPenWidth = nDPIX/300; in ImplSalInitGraphics()
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx158 void Move( long nX, long nY, long nDPIX, long nDPIY );
H A Dwindow.hxx730 void GetFontResolution( sal_Int32& nDPIX, sal_Int32& nDPIY ) const;
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1267 sal_Int32 nDPIX = 72, nDPIY = 72; in UpdateSettings() local
1268 getResolution( nDPIX, nDPIY ); in UpdateSettings()
/trunk/main/vcl/source/window/
H A Dwindow.cxx6024 void Window::GetFontResolution( sal_Int32& nDPIX, sal_Int32& nDPIY ) const in GetFontResolution() argument
6028 nDPIX = mpWindowImpl->mpFrameData->mnDPIX; in GetFontResolution()

Completed in 280 milliseconds