summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-01-07 17:11:38 +0100
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-01-07 17:11:38 +0100
commitde7c998fe9ba5be956bf8a155455ad17985c4f88 (patch)
treee8cbf9ed113dd79fa1ecd62aa7ccf86d143c3431 /drawinglayer/source/primitive2d
parentb0c799c7fbaa93f707bf18a87eb9aef5d86be52c (diff)
parent108c876c1c9a723b92f876662e02ee105a55bbfe (diff)
aw079: changes for resync
Diffstat (limited to 'drawinglayer/source/primitive2d')
-rw-r--r--drawinglayer/source/primitive2d/sceneprimitive2d.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/sceneprimitive2d.cxx b/drawinglayer/source/primitive2d/sceneprimitive2d.cxx
index 6b346d5abdc0..0223fb85d23e 100644
--- a/drawinglayer/source/primitive2d/sceneprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/sceneprimitive2d.cxx
@@ -235,8 +235,9 @@ namespace drawinglayer
aUnitVisibleRange,
nOversampleValue);
- aZBufferProcessor3D.processNonTransparent(getChildren3D());
- aZBufferProcessor3D.processTransparent(getChildren3D());
+ aZBufferProcessor3D.process(getChildren3D());
+ aZBufferProcessor3D.finish();
+
const_cast< ScenePrimitive2D* >(this)->maOldRenderedBitmap = aZBufferProcessor3D.getBitmapEx();
const Size aBitmapSizePixel(maOldRenderedBitmap.GetSizePixel());