diff options
author | Armin Le Grand <alg@apache.org> | 2013-01-14 13:02:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-13 15:46:44 +0100 |
commit | 45a8eaf9c55f2686f69118641d8a8992a86dfe31 (patch) | |
tree | c8dc047f2c9e63cb44d44288c87c27763e958f7c /drawinglayer/source/processor2d/vclhelperbitmaprender.hxx | |
parent | b0f10dd3262cd16b8a6c1bb4fbc3386330acc685 (diff) |
Resolves: #i121534# Adapted rotated bitmap paints to use own transformer...
due to bad quality of GraphicManager paints
(cherry picked from commit f4887567cc71dca520d57cb6ff2b40eb49142cda)
Conflicts:
drawinglayer/source/processor2d/vclhelperbitmaprender.cxx
Change-Id: Ie4b5873cdfb8bc7f1f4b288e1f983672343d8847
Diffstat (limited to 'drawinglayer/source/processor2d/vclhelperbitmaprender.hxx')
-rw-r--r-- | drawinglayer/source/processor2d/vclhelperbitmaprender.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drawinglayer/source/processor2d/vclhelperbitmaprender.hxx b/drawinglayer/source/processor2d/vclhelperbitmaprender.hxx index 8f3f3e6629e3..3130742745e9 100644 --- a/drawinglayer/source/processor2d/vclhelperbitmaprender.hxx +++ b/drawinglayer/source/processor2d/vclhelperbitmaprender.hxx @@ -34,11 +34,6 @@ namespace basegfx { class B2DHomMatrix; } namespace drawinglayer { - void RenderBitmapPrimitive2D_GraphicManager( - OutputDevice& rOutDev, - const BitmapEx& rBitmapEx, - const basegfx::B2DHomMatrix& rTransform); - void RenderBitmapPrimitive2D_BitmapEx( OutputDevice& rOutDev, const BitmapEx& rBitmapEx, |