Home
last modified time | relevance | path

Searched refs:nAlphaModulation (Results 1 – 7 of 7) sorted by relevance

/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx258 const double nAlphaModulation( bModulateColors && rDeviceColor.getLength() > 3 ? in transformBitmap() local
387 …const sal_uInt8 cModulatedAlphaIdx = 255U - static_cast<sal_uInt8>( nAlphaModulation* (255U - cMap… in transformBitmap()
436 nAlphaModulation*255.0 in transformBitmap()
H A Dcanvashelper.cxx773 const double nAlphaModulation( renderState.DeviceColor[3] ); in implDrawBitmap() local
786 ::basegfx::fround( 255.0*( 1.0 - nAlphaModulation ) ) ) ); in implDrawBitmap()
/trunk/main/cppcanvas/source/wrapper/
H A Dimplbitmap.cxx84 bool ImplBitmap::drawAlphaModulated( double nAlphaModulation ) const in drawAlphaModulated()
100 aCol[0] = rendering::ARGBColor( nAlphaModulation, 1.0, 1.0, 1.0 ); in drawAlphaModulated()
H A Dimplbitmap.hxx59 virtual bool drawAlphaModulated( double nAlphaModulation ) const;
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx621 double nAlphaModulation ) in setModulateImageAttributes() argument
649 aColorMatrix.m[3][3] = static_cast<Gdiplus::REAL>(nAlphaModulation); in setModulateImageAttributes()
H A Ddx_impltools.hxx134 double nAlphaModulation );
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dbitmap.hxx65 virtual bool drawAlphaModulated( double nAlphaModulation ) const = 0;

Completed in 29 milliseconds