Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/wrapper/
H A Dimplbitmap.cxx73 void ImplBitmap::drawAlphaModulated( double nAlphaModulation ) const in drawAlphaModulated()
87 uno::Sequence<rendering::ARGBColor> aCol { { nAlphaModulation, 1.0, 1.0, 1.0 } }; in drawAlphaModulated()
H A Dimplbitmap.hxx45 virtual void drawAlphaModulated( double nAlphaModulation ) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/wrapper/
H A Dimplbitmap.cxx77 void ImplBitmap::drawAlphaModulated( double nAlphaModulation ) const in drawAlphaModulated()
93 aCol[0] = rendering::ARGBColor( nAlphaModulation, 1.0, 1.0, 1.0 ); in drawAlphaModulated()
H A Dimplbitmap.hxx49 virtual void drawAlphaModulated( double nAlphaModulation ) const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/cppcanvas/
H A Dbitmap.hxx58 virtual void drawAlphaModulated( double nAlphaModulation ) const = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/cppcanvas/
H A Dbitmap.hxx58 virtual void drawAlphaModulated( double nAlphaModulation ) const = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_impltools.hxx120 double nAlphaModulation );
H A Ddx_impltools.cxx587 double nAlphaModulation ) in setModulateImageAttributes() argument
615 aColorMatrix.m[3][3] = static_cast<Gdiplus::REAL>(nAlphaModulation); in setModulateImageAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_impltools.hxx123 double nAlphaModulation );
H A Ddx_impltools.cxx590 double nAlphaModulation ) in setModulateImageAttributes() argument
618 aColorMatrix.m[3][3] = static_cast<Gdiplus::REAL>(nAlphaModulation); in setModulateImageAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Dcanvashelper.cxx746 const double nAlphaModulation( renderState.DeviceColor[3] ); in implDrawBitmap() local
759 ::basegfx::fround( 255.0*( 1.0 - nAlphaModulation ) ) ) ); in implDrawBitmap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dcanvashelper.cxx767 const double nAlphaModulation( renderState.DeviceColor[3] ); in implDrawBitmap() local
780 ::basegfx::fround( 255.0 * nAlphaModulation ) ) ); in implDrawBitmap()