summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index fbebf0a1a3d8..f5f398a1e0b9 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1414,21 +1414,6 @@ protected:
basegfx::B2DRange &aVisibleRange,
double &fMaximumArea);
- /** Retrieve downsampled and cropped bitmap
-
- Takes destination size in twips units.
-
- @attention This method ignores negative rDstSz values, thus
- mirroring must happen outside this method (e.g. in DrawBitmap)
- */
- static Bitmap GetDownsampledBitmap(
- const Size& rDstSz,
- const Point& rSrcPt,
- const Size& rSrcSz,
- const Bitmap& rBmp,
- tools::Long nMaxBmpDPIX,
- tools::Long nMaxBmpDPIY );
-
private:
SAL_DLLPRIVATE void DrawDeviceAlphaBitmap(