From 2fed8934575662d20d72facb0cccc429b830fb44 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 22 Apr 2014 03:36:06 +1000 Subject: Make OutputDevice::DrawTransformedBitmapEx a public function Change-Id: I978ae6c5d1ece54828cab8624c20c7b6b6630c21 --- include/vcl/outdev.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3