diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 03:36:06 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-22 03:37:36 +1000 |
commit | 2fed8934575662d20d72facb0cccc429b830fb44 (patch) | |
tree | 5d2b2b5008d26cd67e9d92c75110660eb2ed0fee /include | |
parent | 55f736a2bfda37a36ca747b1cab1333f909f6d55 (diff) |
Make OutputDevice::DrawTransformedBitmapEx a public function
Change-Id: I978ae6c5d1ece54828cab8624c20c7b6b6630c21
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 188ee9782253..57c32f240ee4 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -874,7 +874,6 @@ public: long nMaxBmpDPIX, long nMaxBmpDPIY ); -protected: /** Draw BitmapEx transformed @@ -890,6 +889,9 @@ protected: const basegfx::B2DHomMatrix& rTransformation, const BitmapEx& rBitmapEx); + +protected: + /** Transform and draw a bitmap directly @param aFullTransform The B2DHomMatrix used for the transformation |