Lines Matching refs:aPolygon

134 				Polygon aPolygon( (sal_uInt16)nPoints );  in ImplDoClass4()  local
139 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), i ); in ImplDoClass4()
142 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4()
144 mpOutAct->DrawPolyLine( aPolygon ); in ImplDoClass4()
158 Polygon aPolygon( nPoints ); in ImplDoClass4() local
162 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4()
164 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4()
169 Polygon aPolygon( (sal_uInt16)2 ); in ImplDoClass4() local
173 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4()
175 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 1); in ImplDoClass4()
176 mpOutAct->DrawPolyLine( aPolygon ); in ImplDoClass4()
271 Polygon aPolygon( nPoints ); in ImplDoClass4() local
276 aPolygon.SetPoint( Point ( (long)( aFloatPoint.X ), (long)( aFloatPoint.Y ) ), i ); in ImplDoClass4()
278 mpOutAct->DrawPolygon( aPolygon ); in ImplDoClass4()
300 Polygon aPolygon( nPoints ); in ImplDoClass4() local
303 aPolygon.SetPoint( pPoints[ i ], i ); in ImplDoClass4()
305 aPolyPolygon.Insert( aPolygon, POLYPOLY_APPEND ); in ImplDoClass4()
426 …Polygon aPolygon( aBoundingBox, Point( (long)aStartingPoint.X, (long)aStartingPoint.Y ) ,Point( (l… in ImplDoClass4() local
428 mpOutAct->RegPolyLine( aPolygon, sal_True ); in ImplDoClass4()
430 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4()
548 Polygon aPolygon( aBoundingBox, in ImplDoClass4() local
551 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4()
727 Polygon aPolygon( nNumberOfPoints ); in ImplDoClass4() local
733 aPolygon.SetPoint( Point ( (long)( aFloatPoint.X ), (long)( aFloatPoint.Y ) ), i ); in ImplDoClass4()
740 aPolygon.SetFlags( i, POLY_NORMAL ); in ImplDoClass4()
742 aPolygon.SetFlags( i, POLY_CONTROL ); in ImplDoClass4()
752 case 3 : aPolygon.SetFlags( i, POLY_NORMAL ); break; in ImplDoClass4()
753 default : aPolygon.SetFlags( i, POLY_CONTROL ); break; in ImplDoClass4()
758 mpOutAct->RegPolyLine( aPolygon ); in ImplDoClass4()
760 mpOutAct->DrawPolybezier( aPolygon ); in ImplDoClass4()