diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/alpha.hxx | 3 | ||||
-rw-r--r-- | include/vcl/bitmap.hxx | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/alpha.hxx b/include/vcl/alpha.hxx index 483f7492a9ae..de3b4513e4f8 100644 --- a/include/vcl/alpha.hxx +++ b/include/vcl/alpha.hxx @@ -105,9 +105,6 @@ public: Bitmap GetBitmap() const; - bool CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, - const AlphaMask* pAlphaSrc = NULL); - bool Erase( sal_uInt8 cTransparency ); bool Replace( const Bitmap& rMask, sal_uInt8 rReplaceTransparency ); bool Replace( sal_uInt8 cSearchTransparency, sal_uInt8 cReplaceTransparency, diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx index 8dd71252a9c8..d2f0cac3bcde 100644 --- a/include/vcl/bitmap.hxx +++ b/include/vcl/bitmap.hxx @@ -512,6 +512,9 @@ public: const Rectangle& rRectSrc, const Bitmap* pBmpSrc = NULL ); + bool CopyPixel_AlphaOptimized( const Rectangle& rRectDst, const Rectangle& rRectSrc, + const Bitmap* pBmpSrc = NULL); + /** Perform boolean operations with another bitmap @param rMask |