Searched refs:rDPIY (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 506 void X11SalGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) // const in GetResolution() argument 511 rDPIY = pDisplay->GetResolution().B(); in GetResolution() 512 if( !pDisplay->GetExactResolution() && rDPIY < 96 ) in GetResolution() 514 rDPIX = Divide( rDPIX * 96, rDPIY ); in GetResolution() 515 rDPIY = 96; in GetResolution() 517 else if ( rDPIY > 200 ) in GetResolution() 519 rDPIX = Divide( rDPIX * 200, rDPIY ); in GetResolution() 520 rDPIY = 200; in GetResolution() 524 if( rDPIX != rDPIY ) in GetResolution() 532 rDPIX,rDPIY,rDPIY,rDPIY); in GetResolution() [all …]
|
H A D | pspgraphics.cxx | 268 void PspGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) in GetResolution() argument 275 rDPIY = x; in GetResolution()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 794 void WinSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() argument 797 rDPIY = GetDeviceCaps( getHDC(), LOGPIXELSY ); in GetResolution() 802 if( !rDPIX || !rDPIY ) in GetResolution() 803 rDPIX = rDPIY = 600; in GetResolution()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 137 void SvpSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() argument 139 rDPIX = rDPIY = 96; in GetResolution()
|
H A D | svpgdi.hxx | 69 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
H A D | svppspgraphics.hxx | 91 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
H A D | svppspgraphics.cxx | 205 void PspGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) in GetResolution() argument 212 rDPIY = x; in GetResolution()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 154 void Os2SalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() argument 163 rDPIY = nDPIY; in GetResolution()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 82 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
H A D | salgdi.h | 225 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salgdi.h | 236 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
/aoo42x/main/vcl/inc/win/ |
H A D | salgdi.h | 266 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 304 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
/aoo42x/main/vcl/inc/ |
H A D | salgdi.hxx | 210 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) = 0;
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 423 void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() argument 429 rDPIY = lrint( mfFakeDPIScale * mnRealDPIY); in GetResolution()
|
Completed in 76 milliseconds