summaryrefslogtreecommitdiff
path: root/vcl/inc/animate/AnimationRenderer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/animate/AnimationRenderer.hxx')
-rw-r--r--vcl/inc/animate/AnimationRenderer.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/animate/AnimationRenderer.hxx b/vcl/inc/animate/AnimationRenderer.hxx
index bc98f9ac3093..95de08014a21 100644
--- a/vcl/inc/animate/AnimationRenderer.hxx
+++ b/vcl/inc/animate/AnimationRenderer.hxx
@@ -50,11 +50,11 @@ private:
Animation* mpParent;
VclPtr<OutputDevice> mpRenderContext;
tools::Long mnRendererId;
- Point maPt;
+ Point maOriginPt;
Point maDispPt;
Point maRestPt;
- Size maSz;
- Size maSzPix;
+ Size maLogicalSize;
+ Size maSizePx;
Size maDispSz;
Size maRestSz;
vcl::Region maClip;
@@ -82,9 +82,9 @@ public:
void getPosSize( const AnimationBitmap& rAnm, Point& rPosPix, Size& rSizePix );
- const Point& getOutPos() const { return maPt; }
+ const Point& getOriginPosition() const { return maOriginPt; }
- const Size& getOutSizePix() const { return maSzPix; }
+ const Size& getOutSizePix() const { return maSizePx; }
void pause( bool bIsPaused ) { mbIsPaused = bIsPaused; }
bool isPaused() const { return mbIsPaused; }