diff options
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 4d2deb8408f5..5ec8c7eb4f8d 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -366,7 +366,7 @@ void OutputDevice::ScaleBitmap (Bitmap &rBmp, SalTwoRect &rPosAry) } } -bool OutputDevice::DrawTransformedBitmapExDirect( +bool OutputDevice::DrawTransformBitmapExDirect( const basegfx::B2DHomMatrix& aFullTransform, const BitmapEx& rBitmapEx) { @@ -485,7 +485,7 @@ bool OutputDevice::TransformAndReduceBitmapExToTargetRange( return true; } -void OutputDevice::DrawTransformBitmapEx( +void OutputDevice::DrawTransformedBitmapEx( const basegfx::B2DHomMatrix& rTransformation, const BitmapEx& rBitmapEx) { |