Searched refs:nDPI (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 682 int nDPI = aData.m_aContext.getRenderResolution(); in GetPageInfo() local 696 rPageWidth = width * nDPI / 72; in GetPageInfo() 697 rPageHeight = height * nDPI / 72; in GetPageInfo() 698 rPageOffX = left * nDPI / 72; in GetPageInfo() 699 rPageOffY = top * nDPI / 72; in GetPageInfo() 700 rOutWidth = ( width - left - right ) * nDPI / 72; in GetPageInfo() 701 rOutHeight = ( height - top - bottom ) * nDPI / 72; in GetPageInfo()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 796 int nDPI = aData.m_aContext.getRenderResolution(); in GetPageInfo() local 810 rPageWidth = width * nDPI / 72; in GetPageInfo() 811 rPageHeight = height * nDPI / 72; in GetPageInfo() 812 rPageOffX = left * nDPI / 72; in GetPageInfo() 813 rPageOffY = top * nDPI / 72; in GetPageInfo() 814 rOutWidth = ( width - left - right ) * nDPI / 72; in GetPageInfo() 815 rOutHeight = ( height - top - bottom ) * nDPI / 72; in GetPageInfo()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outmap.cxx | 378 static long ImplLogicToPixel( long n, long nDPI, long nMapNum, long nMapDenom, in ImplLogicToPixel() argument 387 n *= nMapNum * nDPI; in ImplLogicToPixel() 400 n64 *= nDPI; in ImplLogicToPixel() 414 n *= nDPI * nMapNum; in ImplLogicToPixel() 421 aTemp *= BigInt( nDPI ); in ImplLogicToPixel() 443 static long ImplPixelToLogic( long n, long nDPI, long nMapNum, long nMapDenom, in ImplPixelToLogic() argument 451 n = (2 * n * nMapDenom) / (nDPI * nMapNum); in ImplPixelToLogic() 457 long nDenom = nDPI * nMapNum; in ImplPixelToLogic() 465 long nDenom = nDPI * nMapNum; in ImplPixelToLogic() 475 BigInt aDenom( nDPI ); in ImplPixelToLogic()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | printopt.cxx | 252 const sal_uInt16 nDPI = pCurrentOptions->GetReducedBitmapResolution(); in ImplUpdateControls() local 254 if( nDPI < aDPIArray[ 0 ] ) in ImplUpdateControls() 260 if( nDPI >= aDPIArray[ i ] ) in ImplUpdateControls()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | JPEGComparator.java | 55 int nDPI = -1; in interpret() local 67 nDPI = Integer.valueOf(sDPI).intValue(); in interpret() 89 return new NameDPIPage(sName, nDPI, nPage); in interpret()
|
/aoo42x/main/svtools/source/config/ |
H A D | printoptions.cxx | 770 const sal_uInt16 nDPI = rOptions.GetReducedBitmapResolution(); in SetPrinterOptions() local 772 if( nDPI < aDPIArray[ 0 ] ) in SetPrinterOptions() 778 if( nDPI >= aDPIArray[ i ] ) in SetPrinterOptions()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 822 const long nDPI = (long) aValStr.toDouble(); in Init() local 824 if( (nDPI >= 50) && (nDPI <= 500) ) in Init() 826 aResolution_ = Pair( nDPI, nDPI ); in Init()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 2115 int nDPI = 300; in getRenderResolution() local 2131 nDPI = (nDPIx > nDPIy) ? nDPIx : nDPIy; in getRenderResolution() 2133 return nDPI; in getRenderResolution()
|
/aoo42x/main/svtools/source/filter/ |
H A D | filter.cxx | 909 …sal_Int32 nDPI = rConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ), 7… in ImpGetScaledGraphic() local 910 Fraction aFrac( 1, Min( Max( nDPI, sal_Int32( 75 ) ), sal_Int32( 600 ) ) ); in ImpGetScaledGraphic()
|
Completed in 73 milliseconds