Home
last modified time | relevance | path

Searched refs:bModulateColors (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/canvas/source/vcl/
H A Dimpltools.cxx253 const bool bModulateColors( eModulationMode == MODULATE_WITH_DEVICECOLOR && in transformBitmap() local
255 const double nRedModulation( bModulateColors ? rDeviceColor[0] : 1.0 ); in transformBitmap()
256 const double nGreenModulation( bModulateColors ? rDeviceColor[1] : 1.0 ); in transformBitmap()
257 const double nBlueModulation( bModulateColors ? rDeviceColor[2] : 1.0 ); in transformBitmap()
258 const double nAlphaModulation( bModulateColors && rDeviceColor.getLength() > 3 ? in transformBitmap()
351 if( bModulateColors ) in transformBitmap()
H A Dcanvashelper.cxx695 … bool bModulateColors ) in implDrawBitmap() argument
704 bModulateColors ? 3 : 0 ); in implDrawBitmap()
722 if( bModulateColors && in implDrawBitmap()
727 bModulateColors = !::rtl::math::approxEqual( in implDrawBitmap()
735 if( !bModulateColors && in implDrawBitmap()
771 if( bModulateColors ) in implDrawBitmap()
H A Dcanvashelper.hxx330 bool bModulateColors );
/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvashelper.hxx283 bool bModulateColors,
H A Dcairo_canvashelper.cxx1297 bool bModulateColors, in implDrawBitmapSurface() argument
1398 if( bModulateColors ) in implDrawBitmapSurface()

Completed in 45 milliseconds