Searched refs:nAlphaModulation (Results 1 – 7 of 7) sorted by relevance
258 const double nAlphaModulation( bModulateColors && rDeviceColor.getLength() > 3 ? in transformBitmap() local387 …const sal_uInt8 cModulatedAlphaIdx = 255U - static_cast<sal_uInt8>( nAlphaModulation* (255U - cMap… in transformBitmap()436 nAlphaModulation*255.0 in transformBitmap()
773 const double nAlphaModulation( renderState.DeviceColor[3] ); in implDrawBitmap() local786 ::basegfx::fround( 255.0*( 1.0 - nAlphaModulation ) ) ) ); in implDrawBitmap()
84 bool ImplBitmap::drawAlphaModulated( double nAlphaModulation ) const in drawAlphaModulated()100 aCol[0] = rendering::ARGBColor( nAlphaModulation, 1.0, 1.0, 1.0 ); in drawAlphaModulated()
59 virtual bool drawAlphaModulated( double nAlphaModulation ) const;
621 double nAlphaModulation ) in setModulateImageAttributes() argument649 aColorMatrix.m[3][3] = static_cast<Gdiplus::REAL>(nAlphaModulation); in setModulateImageAttributes()
134 double nAlphaModulation );
65 virtual bool drawAlphaModulated( double nAlphaModulation ) const = 0;
Completed in 46 milliseconds