From a974e55a3f2eb3c82a3150c3746dcc32feb2eb2c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 18 Jul 2007 10:00:18 +0000 Subject: INTEGRATION: CWS aw051 (1.26.18); FILE MERGED 2007/06/07 11:44:20 aw 1.26.18.1: #i77162# adaptions to changed B2DPolygon bezier handling --- basebmp/source/bitmapdevice.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'basebmp/source') diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index 817a28ae687e..696e2a8a508a 100644 --- a/basebmp/source/bitmapdevice.cxx +++ b/basebmp/source/bitmapdevice.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bitmapdevice.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2007-07-05 08:55:38 $ + * last change: $Author: obo $ $Date: 2007-07-18 11:00:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -521,7 +521,7 @@ namespace const RawAcc& acc ) { basegfx::B2DPolygon aPoly( rPoly ); - if( rPoly.areControlVectorsUsed() ) + if( rPoly.areControlPointsUsed() ) aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); const typename dest_iterator_type::value_type colorIndex( maColorLookup( @@ -584,7 +584,7 @@ namespace const basegfx::B2IRange& rBounds ) { basegfx::B2DPolyPolygon aPoly( rPoly ); - if( rPoly.areControlVectorsUsed() ) + if( rPoly.areControlPointsUsed() ) aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); renderClippedPolyPolygon( begin, -- cgit