Home
last modified time | relevance | path

Searched refs:rPrinterOptions (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1493 const PrinterOptions& rPrinterOptions = GetPrinterOptions(); in DrawGradientEx() local
1495 if( rPrinterOptions.IsReduceGradients() ) in DrawGradientEx()
1497 if( PRINTER_GRADIENT_STRIPES == rPrinterOptions.GetReducedGradientMode() ) in DrawGradientEx()
1499 …if( !rGradient.GetSteps() || ( rGradient.GetSteps() > rPrinterOptions.GetReducedGradientStepCount(… in DrawGradientEx()
1503 aNewGradient.SetSteps( rPrinterOptions.GetReducedGradientStepCount() ); in DrawGradientEx()
1536 const PrinterOptions& rPrinterOptions = GetPrinterOptions(); in DrawGradientEx() local
1538 if( rPrinterOptions.IsReduceGradients() ) in DrawGradientEx()
1540 if( PRINTER_GRADIENT_STRIPES == rPrinterOptions.GetReducedGradientMode() ) in DrawGradientEx()
1542 …if( !rGradient.GetSteps() || ( rGradient.GetSteps() > rPrinterOptions.GetReducedGradientStepCount(… in DrawGradientEx()
1546 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 …]