Kaydet (Commit) 44784403 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

Remove ImplCreateScaled and ImplCreateRotatedScaled

ImplCreateScaled and ImplCreateRotatedScaled are now not used anymore,
so they can be removed.

Change-Id: I42bbb49eedd474e580ccc9e7dd9e00609451501b
üst 764525b3
......@@ -589,35 +589,6 @@ private:
BitmapEx& rOutBmpEx
);
sal_Bool SVT_DLLPRIVATE ImplCreateScaled(
const BitmapEx& rBmpEx,
long* pMapIX,
long* pMapFX,
long* pMapIY,
long* pMapFY,
long nStartX,
long nEndX,
long nStartY,
long nEndY,
BitmapEx& rOutBmpEx
);
sal_Bool SVT_DLLPRIVATE ImplCreateRotatedScaled(
const BitmapEx& rBmpEx,
sal_uInt16 nRot10,
const Size& rOutSzPix,
const Size& rUntSzPix,
long* pMapIX,
long* pMapFX,
long* pMapIY,
long* pMapFY,
long nStartX,
long nEndX,
long nStartY,
long nEndY,
BitmapEx& rOutBmpEx
);
static void SVT_DLLPRIVATE ImplAdjust(
BitmapEx& rBmpEx,
const GraphicAttr& rAttr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment