diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2019-12-02 21:03:05 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-12-03 09:46:06 +0100 |
commit | 3b7661cda1c910524a2c4e3394417971fa025f31 (patch) | |
tree | c0e930b669aba1afbc73b29317ffd7b865e91176 /include/vcl | |
parent | ca7004569b39721c3e7247551a43d544fd3204fe (diff) |
lok: calc - store zoom in the view itself.
Don't duplicate this on the ITiledRenderable interface, which is not a
per-view construct, this just confuses everything.
Store & restore the zoom level before/after rendering a tile -
unfortunately this is not done by the most optimal view yet.
Change-Id: I1f7dfaa353333f45c5601d49a9bca784d34fb81a
Reviewed-on: https://gerrit.libreoffice.org/84281
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index e5407e805e5c..e26c1387b6e1 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -43,11 +43,7 @@ namespace vcl class VCL_DLLPUBLIC ITiledRenderable { -protected: - int mnTilePixelWidth, mnTilePixelHeight; - int mnTileTwipWidth, mnTileTwipHeight; public: - virtual ~ITiledRenderable(); /** |