diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-11-15 16:47:20 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-11-15 16:52:08 +0100 |
commit | b2a94ccdf91c9ea41fbde13ebfb5031ae76bc102 (patch) | |
tree | 6f0c5128d093d867c03c595f41682b7437356151 /sw/inc/viewsh.hxx | |
parent | c9705f000086439b444e448d3c0e84b6dab1a522 (diff) |
Tiled rendering: Move the common code to the right place - PaintTile().
Change-Id: Id0502c4e0dd48dce8d1a239b5d156ff290314954
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 57d3b1b37623..fd314eb2e7f5 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -252,7 +252,7 @@ public: Sets the pOut so that the rRect is always painted over the entire pOut, ie. starts in 0,0 and ends in width/height. */ - void PaintTile(OutputDevice *pOut, const Rectangle &rRect); + void PaintTile(VirtualDevice &rDevice, int contextWidth, int contextHeight, int tilePosX, int tilePosY, long tileWidth, long tileHeight); sal_Bool IsPaintInProgress() const { return mbPaintInProgress; } bool IsDrawingLayerPaintInProgress() const { return !mPrePostPaintRegions.empty(); } |