Home
last modified time | relevance | path

Searched refs:rPrinterOptions (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1511 const PrinterOptions& rPrinterOptions = GetPrinterOptions(); in DrawGradientEx() local
1513 if( rPrinterOptions.IsReduceGradients() ) in DrawGradientEx()
1515 if( PRINTER_GRADIENT_STRIPES == rPrinterOptions.GetReducedGradientMode() ) in DrawGradientEx()
1517 …if( !rGradient.GetSteps() || ( rGradient.GetSteps() > rPrinterOptions.GetReducedGradientStepCount(… in DrawGradientEx()
1521 aNewGradient.SetSteps( rPrinterOptions.GetReducedGradientStepCount() ); in DrawGradientEx()
1554 const PrinterOptions& rPrinterOptions = GetPrinterOptions(); in DrawGradientEx() local
1556 if( rPrinterOptions.IsReduceGradients() ) in DrawGradientEx()
1558 if( PRINTER_GRADIENT_STRIPES == rPrinterOptions.GetReducedGradientMode() ) in DrawGradientEx()
1560 …if( !rGradient.GetSteps() || ( rGradient.GetSteps() > rPrinterOptions.GetReducedGradientStepCount(… in DrawGradientEx()
1564 aNewGradient.SetSteps( rPrinterOptions.GetReducedGradientStepCount() ); in DrawGradientEx()
H A Dprint3.cxx1135 const PrinterOptions& rPrinterOptions = mpImplData->mpPrinter->GetPrinterOptions(); in removeTransparencies() local
1141 if( rPrinterOptions.IsReduceBitmaps() ) in removeTransparencies()
1144 if( PRINTER_BITMAP_OPTIMAL == rPrinterOptions.GetReducedBitmapMode() ) in removeTransparencies()
1149 else if( PRINTER_BITMAP_NORMAL == rPrinterOptions.GetReducedBitmapMode() ) in removeTransparencies()
1156 … nMaxBmpDPIX = std::min( sal_Int32(rPrinterOptions.GetReducedBitmapResolution()), nMaxBmpDPIX ); in removeTransparencies()
1157 … nMaxBmpDPIY = std::min( sal_Int32(rPrinterOptions.GetReducedBitmapResolution()), nMaxBmpDPIY ); in removeTransparencies()
1162 if( rPrinterOptions.IsConvertToGreyscales() ) in removeTransparencies()
1170 …if( rPrinterOptions.IsReduceTransparency() && ( PRINTER_TRANSPARENCY_NONE == rPrinterOptions.GetRe… in removeTransparencies()
1184 rPrinterOptions.IsReduceTransparency(), in removeTransparencies()
1185rPrinterOptions.GetReducedTransparencyMode() == PRINTER_TRANSPARENCY_AUTO, in removeTransparencies()
[all …]

Completed in 36 milliseconds