Home
last modified time | relevance | path

Searched refs:drawAlphaModulated (Results 1 – 8 of 8) sorted by relevance

/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/cppcanvas/source/wrapper/
H A Dimplbitmap.hxx45 virtual void drawAlphaModulated( double nAlphaModulation ) const override;
H A Dimplbitmap.cxx73 void ImplBitmap::drawAlphaModulated( double nAlphaModulation ) const in drawAlphaModulated() function in cppcanvas::internal::ImplBitmap
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/wrapper/
H A Dimplbitmap.hxx49 virtual void drawAlphaModulated( double nAlphaModulation ) const override;
H A Dimplbitmap.cxx77 void ImplBitmap::drawAlphaModulated( double nAlphaModulation ) const in drawAlphaModulated() function in cppcanvas::internal::ImplBitmap
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/shapes/
H A Dviewshape.cxx686 pBitmap->drawAlphaModulated( nAlpha ); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/shapes/
H A Dviewshape.cxx695 pBitmap->drawAlphaModulated( nAlpha ); in render()