/aoo4110/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 108 sal_uInt16 nAnz=rPoly.Count(); in ResizePoly() 116 sal_uInt16 nAnz=rPoly.Count(); in ResizeXPoly() 417 Point* pPnt=&rPoly[i]; in CrookRotatePoly() 423 pPnt=&rPoly[i]; in CrookRotatePoly() 427 pC2=&rPoly[i]; in CrookRotatePoly() 440 Point* pPnt=&rPoly[i]; in CrookSlantPoly() 446 pPnt=&rPoly[i]; in CrookSlantPoly() 450 pC2=&rPoly[i]; in CrookSlantPoly() 463 Point* pPnt=&rPoly[i]; in CrookStretchPoly() 469 pPnt=&rPoly[i]; in CrookStretchPoly() [all …]
|
H A D | svdocapt.cxx | 468 Point aTl(rPoly[0]); in ImpCalcTail1() 488 rPoly = aPol; in ImpCalcTail1() 494 Point aTl(rPoly[0]); in ImpCalcTail2() 505 rPoly=aPol; in ImpCalcTail2() 511 Point aTl(rPoly[0]); in ImpCalcTail3() 538 rPoly=aPol; in ImpCalcTail3() 543 ImpCalcTail3(rPara,rPoly,rRect); in ImpCalcTail4() 549 case SDRCAPT_TYPE1: ImpCalcTail1(rPara,rPoly,rRect); break; in ImpCalcTail() 550 case SDRCAPT_TYPE2: ImpCalcTail2(rPara,rPoly,rRect); break; in ImpCalcTail() 551 case SDRCAPT_TYPE3: ImpCalcTail3(rPara,rPoly,rRect); break; in ImpCalcTail() [all …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 62 inline void MovePoly(Polygon& rPoly, const Size& S) { rPoly.Move(S.Width(),S.Height()); } in MovePoly() argument 63 inline void MovePoly(PolyPolygon& rPoly, const Size& S) { rPoly.Move(S.Width(),S.Height()); } in MovePoly() argument 64 void MoveXPoly(XPolygon& rPoly, const Size& S); 65 void MoveXPoly(XPolyPolygon& rPoly, const Size& S); 76 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs); 77 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs); 78 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs); 84 void MirrorPoly(Polygon& rPoly, const Point& rRef1, const Point& rRef2); 85 void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2); 86 void MirrorPoly(PolyPolygon& rPoly, const Point& rRef1, const Point& rRef2); [all …]
|
/aoo4110/main/tools/source/generic/ |
H A D | poly.cxx | 407 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in Polygon() 410 mpImplPolygon = rPoly.mpImplPolygon; in Polygon() 1155 Vector2D aVec1( rPoly[ nIndPrev ] ); aVec1 -= rPoly[ nIndPrevPrev ]; in ImplReduceEdges() 1156 Vector2D aVec2( rPoly[ n ] ); aVec2 -= rPoly[ nIndPrev ]; in ImplReduceEdges() 1157 Vector2D aVec3( rPoly[ nIndNext ] ); aVec3 -= rPoly[ n ]; in ImplReduceEdges() 1158 Vector2D aVec4( rPoly[ nIndNextNext ] ); aVec4 -= rPoly[ nIndNext ]; in ImplReduceEdges() 1223 rPoly = aNewPoly; in ImplReduceEdges() 1832 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in operator =() 1838 rPoly.mpImplPolygon->mnRefCount++; in operator =() 1850 mpImplPolygon = rPoly.mpImplPolygon; in operator =() [all …]
|
/aoo4110/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 64 maClipPoly(rPoly), in ImplB2DClipState() 71 maClipPoly(rPoly), in ImplB2DClipState() 188 addPolygon(rPoly,UNION); in unionPolygon() 220 addPolygon(rPoly,INTERSECT); in intersectPolygon() 252 addPolygon(rPoly,SUBTRACT); in subtractPolygon() 278 addPolygon(rPoly,XOR); in xorPolygon() 516 mpImpl( ImplB2DClipState(rPoly) ) in B2DClipState() 574 mpImpl->unionPolygon(rPoly); in unionPolygon() 594 mpImpl->intersectPolygon(rPoly); in intersectPolygon() 614 mpImpl->subtractPolygon(rPoly); in subtractPolygon() [all …]
|
H A D | canvastools.cxx | 69 const sal_uInt32 nPointCount(rPoly.count()); in bezierSequenceFromB2DPolygon() 76 const basegfx::B2DPoint aStart(rPoly.getB2DPoint(a)); in bezierSequenceFromB2DPolygon() 77 const basegfx::B2DPoint aControlA(rPoly.getNextControlPoint(a)); in bezierSequenceFromB2DPolygon() 78 … const basegfx::B2DPoint aControlB(rPoly.getPrevControlPoint((a + 1) % nPointCount)); in bezierSequenceFromB2DPolygon() 89 …Sequence< geometry::RealPoint2D > pointSequenceFromB2DPolygon( const ::basegfx::B2DPolygon& rPoly ) in pointSequenceFromB2DPolygon() argument 91 const sal_uInt32 nNumPoints( rPoly.count() ); in pointSequenceFromB2DPolygon() 100 const ::basegfx::B2DPoint aPoint( rPoly.getB2DPoint(i) ); in pointSequenceFromB2DPolygon() 156 if( rPoly.areControlPointsUsed() ) in xPolyPolygonFromB2DPolygon() 159 outputSequence[0] = bezierSequenceFromB2DPolygon( rPoly ); in xPolyPolygonFromB2DPolygon() 167 outputSequence[0] = pointSequenceFromB2DPolygon( rPoly ); in xPolyPolygonFromB2DPolygon() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bmpacc3.cxx | 314 const sal_uInt16 nSize = rPoly.GetSize(); in FillPolygon() 319 Region aRegion( rPoly ); in FillPolygon() 357 FillPolygon( rPoly ); in DrawPolygon() 361 const sal_uInt16 nSize = rPoly.GetSize(); in DrawPolygon() 364 DrawLine( rPoly[ i ], rPoly[ i + 1 ] ); in DrawPolygon() 366 if( rPoly[ nSize - 1 ] != rPoly[ 0 ] ) in DrawPolygon() 367 DrawLine( rPoly[ nSize - 1 ], rPoly[ 0 ] ); in DrawPolygon() 424 const Polygon& rPoly = rPolyPoly[ n++ ]; in DrawPolyPolygon() local 430 DrawLine( rPoly[ i ], rPoly[ i + 1 ] ); in DrawPolyPolygon() 432 if( rPoly[ nSize - 1 ] != rPoly[ 0 ] ) in DrawPolyPolygon() [all …]
|
H A D | outdev.cxx | 221 rPoly.AdaptiveSubdivide( aPoly ); in ImplSubdivideBezier() 270 sal_uInt16 nSize = rPoly.GetSize(); in ImplDrawPolyPolygon() 1786 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in DrawPolyLine() 1791 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolyLine() 1855 mpAlphaVDev->DrawPolyLine( rPoly ); in DrawPolyLine() 1864 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in DrawPolyLine() 1868 DrawPolyLine( rPoly ); in DrawPolyLine() 1889 sal_uInt16 nPoints(rPoly.GetSize()); in ImpDrawPolyLineWithLineInfo() 1956 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in DrawPolygon() 1961 sal_uInt16 nPoints = rPoly.GetSize(); in DrawPolygon() [all …]
|
H A D | graphictools.cxx | 30 static ::rtl::OString polyToString( const Polygon& rPoly ) in polyToString() argument 34 for(nVertex=0; nVertex<rPoly.GetSize(); ++nVertex) in polyToString() 37 switch( rPoly.GetFlags(nVertex) ) in polyToString() 68 const Polygon& rPoly = rPolyPoly[nPoly]; in polyPolyToString() local 71 aStr += polyToString( rPoly ); in polyPolyToString() 272 void SvtGraphicStroke::setPath( const Polygon& rPoly ) in setPath() argument 274 maPath = rPoly; in setPath() 277 void SvtGraphicStroke::setStartArrow( const PolyPolygon& rPoly ) in setStartArrow() argument 279 maStartArrow = rPoly; in setStartArrow() 282 void SvtGraphicStroke::setEndArrow( const PolyPolygon& rPoly ) in setEndArrow() argument [all …]
|
H A D | outdev4.cxx | 83 ImplDrawPolyPolygon( rPoly, pClipPolyPoly ); in DBG_NAMEEX() 86 sal_uInt16 nPoints = rPoly.GetSize(); in DBG_NAMEEX() 112 const Polygon rPoly = pPolyPoly->GetObject( 0 ); in ImplDrawPolyPolygon() local 113 sal_uInt16 nSize = rPoly.GetSize(); in ImplDrawPolyPolygon() 129 const Polygon& rPoly = pPolyPoly->GetObject( i ); in ImplDrawPolyPolygon() local 130 sal_uInt16 nSize = rPoly.GetSize(); in ImplDrawPolyPolygon() 616 const Polygon& rPoly = pPolyPoly->GetObject( 1 ); in ImplDrawComplexGradient() local 618 if( !rPoly.GetBoundRect().IsEmpty() ) in ImplDrawComplexGradient() 638 ImplDrawPolygon( rPoly, pClipPolyPoly ); in ImplDrawComplexGradient() 1344 if( rPoly.GetSize() > 1 ) in ImplDrawHatchLine() [all …]
|
H A D | impvect.cxx | 178 void ImplCreatePoly( Polygon& rPoly ) const; 233 void ImplPointArray::ImplCreatePoly( Polygon& rPoly ) const in ImplCreatePoly() 886 const Polygon& rPoly = rPolyPoly.GetObject( nCurPoly ); in ImplVectorize() local 887 const sal_uInt16 nSize( rPoly.GetSize() ); in ImplVectorize() 889 const bool bRight( rPoly.IsRightOrientated() ); in ImplVectorize() 902 if( rPoly.HasFlags() ) in ImplVectorize() 1100 const Polygon& rPoly = aChain.ImplGetPoly(); in ImplCalculate() local 1102 if( rPoly.GetSize() > 2 ) in ImplCalculate() 1106 const Rectangle aBound( rPoly.GetBoundRect() ); in ImplCalculate() 1109 rPolyPoly.Insert( rPoly ); in ImplCalculate() [all …]
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndnotxt.cxx | 167 Polygon& rPoly = (*pContour)[j]; in HasContour() local 169 sal_uInt16 nCount = rPoly.GetSize(); in HasContour() 173 rPoly[i] = pOutDev->LogicToPixel( rPoly[i], in HasContour() 177 rPoly[i] = pOutDev->PixelToLogic( rPoly[i], aGrfMap ); in HasContour() 181 rPoly[i] = Point( rPoly[i].X() * pOutDev->ImplGetDPIX() / nGrfDPIx, in HasContour() 187 rPoly[i] = OutputDevice::LogicToLogic( rPoly[i], in HasContour() 200 void SwNoTxtNode::GetContour( PolyPolygon &rPoly ) const in GetContour() 203 rPoly = *HasContour(); in GetContour() 236 Polygon& rPoly = rContour[j]; in GetContourAPI() local 239 sal_uInt16 nCount = rPoly.GetSize(); in GetContourAPI() [all …]
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 571 if( rPoly.GetSize() ) in ImplWritePolygonRecord() 573 if( rPoly.HasFlags() ) in ImplWritePolygonRecord() 574 ImplWritePath( rPoly, bClose ); in ImplWritePolygonRecord() 587 ImplWritePoint( rPoly[ i ] ); in ImplWritePolygonRecord() 636 ImplWritePoint( rPoly[ n ] ); in ImplWritePolyPolygonRecord() 661 while ( n < rPoly.GetSize() ) in ImplWritePath() 666 ImplWritePoint( rPoly[ 0 ] ); in ImplWritePath() 681 aNewPoly[ 0 ] = rPoly[ n - 1 ]; in ImplWritePath() 694 while( ( nPoints + n ) < rPoly.GetSize() && ( rPoly.GetFlags( nPoints + n ) != POLY_CONTROL ) ) in ImplWritePath() 701 aNewPoly[ 0 ] = rPoly[ n - 1]; in ImplWritePath() [all …]
|
/aoo4110/main/basegfx/test/ |
H A D | testtools.cxx | 119 void Plotter::plot( const B2DPolygon& rPoly ) in plot() argument 121 const sal_uInt32 pointCount( rPoly.count() ); in plot() 128 plot( rPoly.getB2DPoint(0) ); in plot() 135 if(rPoly.isNextControlPointUsed(i) || rPoly.isPrevControlPointUsed(i + 1)) in plot() 138 rPoly.getB2DPoint(i), rPoly.getNextControlPoint(i), in plot() 139 rPoly.getPrevControlPoint(i + 1), rPoly.getB2DPoint(i + 1)); in plot() 145 plot( rPoly.getB2DPoint(i), rPoly.getB2DPoint(i+1) ); in plot()
|
/aoo4110/main/tools/inc/tools/ |
H A D | poly.hxx | 126 static void ImplReduceEdges( Polygon& rPoly, const double& rArea, sal_uInt16 nPercent ); 150 Polygon( const Polygon& rPoly ); 213 void Insert( sal_uInt16 nPos, const Polygon& rPoly ); 219 Polygon& operator=( const Polygon& rPoly ); 220 sal_Bool operator==( const Polygon& rPoly ) const; 221 sal_Bool operator!=( const Polygon& rPoly ) const in operator !=() 222 { return !(Polygon::operator==( rPoly )); } in operator !=() 223 sal_Bool IsEqual( const Polygon& rPoly ) const; 227 TOOLS_DLLPUBLIC friend SvStream& operator>>( SvStream& rIStream, Polygon& rPoly ); 263 PolyPolygon( const Polygon& rPoly ); [all …]
|
/aoo4110/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 517 basegfx::B2DPolygon aPoly( rPoly ); in implDrawPolygon() 518 if( rPoly.areControlPointsUsed() ) in implDrawPolygon() 580 basegfx::B2DPolyPolygon aPoly( rPoly ); in implFillPolyPolygon() 581 if( rPoly.areControlPointsUsed() ) in implFillPolyPolygon() 599 implFillPolyPolygon( rPoly, fillColor, in fillPolyPolygon_i() 1183 const sal_uInt32 numVertices( rPoly.count() ); in drawPolygon() 1185 drawPolygon_i( rPoly, in drawPolygon() 1197 drawPolygon(rPoly,lineColor,drawMode); in drawPolygon() 1201 const sal_uInt32 numVertices( rPoly.count() ); in drawPolygon() 1205 drawPolygon_i( rPoly, in drawPolygon() [all …]
|
/aoo4110/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 110 nPointCount = rPoly.GetSize(); in map() 114 rPoly[nPoint] = map( rPoly[nPoint] ); in map() 137 Point aLastPoint( rPoly[0] ); in Impl_addPolygon() 159 rPoly.GetPoint( i ).X(), rPoly.GetPoint( i ).Y(), in Impl_addPolygon() 160 rPoly.GetPoint( i+1 ).X(), rPoly.GetPoint( i+1 ).Y(), in Impl_addPolygon() 161 rPoly.GetPoint( i+2 ).X(), rPoly.GetPoint( i+2 ).Y(), in Impl_addPolygon() 162 rPoly.GetPoint( i+3 ).X(), rPoly.GetPoint( i+3 ).Y() ); in Impl_addPolygon() 178 if( bFilled && (rPoly[0] != rPoly[nSize-1])) in Impl_addPolygon() 281 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon() 289 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon() [all …]
|
/aoo4110/main/svtools/source/filter/ |
H A D | sgvspln.cxx | 724 sal_Bool CalcSpline(Polygon& rPoly, sal_Bool Periodic, sal_uInt16& n, in CalcSpline() argument 735 n=rPoly.GetSize(); in CalcSpline() 736 ax=new double[rPoly.GetSize()+2]; in CalcSpline() 737 ay=new double[rPoly.GetSize()+2]; in CalcSpline() 740 for (i=0;i<rPoly.GetSize();i++) { in CalcSpline() 741 Pt=rPoly.GetPoint(i); in CalcSpline() 841 rPoly.SetSize(1); in Spline2Poly() 855 if (rPoly.GetSize()<PolyMax) { in Spline2Poly() 856 rPoly.SetSize(rPoly.GetSize()+1); in Spline2Poly() 857 rPoly.SetPoint(Point(short(x),short(y)),rPoly.GetSize()-1); in Spline2Poly() [all …]
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_impltools.cxx | 190 const ::basegfx::B2DPolygon& rPoly, in graphicsPathFromB2DPolygon() 193 const sal_uInt32 nPoints( rPoly.count() ); in graphicsPathFromB2DPolygon() 200 const bool bClosedPolygon( rPoly.isClosed() ); in graphicsPathFromB2DPolygon() 202 if( rPoly.areControlPointsUsed() ) in graphicsPathFromB2DPolygon() 216 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon() 220 … const ::basegfx::B2DPoint& rControlPointA( rPoly.getNextControlPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon() 234 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint(0) ); in graphicsPathFromB2DPolygon() 283 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon() 469 graphicsPathFromB2DPolygon( pRes, aPoints, rPoly, bNoLineJoin ); in graphicsPathFromB2DPolygon() 479 const sal_uInt32 nPolies( rPoly.count() ); in graphicsPathFromB2DPolyPolygon() [all …]
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | polypolyaction.cxx | 259 TexturedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, 373 StrokedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, 479 …ionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, in createPolyPolyAction() argument 485 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createPolyPolyAction() 490 …nSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, in createPolyPolyAction() argument 495 … return ActionSharedPtr( new TexturedPolyPolyAction( rPoly, rCanvas, rState, rTexture ) ); in createPolyPolyAction() 505 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createLinePolyPolyAction() 510 …SharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, in createPolyPolyAction() argument 517 … return ActionSharedPtr( new StrokedPolyPolyAction( rPoly, rCanvas, rState, rStrokeAttributes ) ); in createPolyPolyAction() 520 …ionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, in createPolyPolyAction() argument [all …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 304 Polygon& rPoly = rContour[ j ]; in ScaleContour() local 562 Polygon& rPoly = aPolyPoly[ j ]; in SetPolyPolygon() local 566 Point& rPt = rPoly[ i ]; in SetPolyPolygon() 599 Polygon& rPoly = aRetPolyPoly[ j ]; in GetPolyPolygon() local 603 Point& rPt = rPoly[ i ]; in GetPolyPolygon() 689 Polygon& rPoly = aPolyPoly[ 0 ]; in ReducePoints() local 692 const sal_uInt16 nSize = rPoly.GetSize(); in ReducePoints() 696 aPtPix = pOutDev->LogicToPixel( rPoly[ 0 ], aMapMode ); in ReducePoints() 700 const Point& rNewPt = rPoly[ i ]; in ReducePoints() 708 rPoly[ ++nCounter ] = rNewPt; in ReducePoints() [all …]
|
/aoo4110/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 155 void lcl_addPointToPoly( drawing::PolyPolygonShape3D& rPoly in lcl_addPointToPoly() argument 168 if(nPolygonIndex >= rPoly.SequenceX.getLength() ) in lcl_addPointToPoly() 170 rPoly.SequenceX.realloc(nPolygonIndex+1); in lcl_addPointToPoly() 171 rPoly.SequenceY.realloc(nPolygonIndex+1); in lcl_addPointToPoly() 172 rPoly.SequenceZ.realloc(nPolygonIndex+1); in lcl_addPointToPoly() 176 drawing::DoubleSequence* pOuterSequenceX = &rPoly.SequenceX.getArray()[nPolygonIndex]; in lcl_addPointToPoly() 177 drawing::DoubleSequence* pOuterSequenceY = &rPoly.SequenceY.getArray()[nPolygonIndex]; in lcl_addPointToPoly() 178 drawing::DoubleSequence* pOuterSequenceZ = &rPoly.SequenceZ.getArray()[nPolygonIndex]; in lcl_addPointToPoly()
|
/aoo4110/main/basebmp/inc/basebmp/ |
H A D | bitmapdevice.hxx | 239 void drawPolygon( const basegfx::B2DPolygon& rPoly, 260 void drawPolygon( const basegfx::B2DPolygon& rPoly, 283 void fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, 309 void fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, 575 virtual void drawPolygon_i( const basegfx::B2DPolygon& rPoly, 579 virtual void drawPolygon_i( const basegfx::B2DPolygon& rPoly, 585 virtual void fillPolyPolygon_i( const basegfx::B2DPolyPolygon& rPoly, 589 virtual void fillPolyPolygon_i( const basegfx::B2DPolyPolygon& rPoly,
|
/aoo4110/main/svx/source/engine3d/ |
H A D | lathe3d.cxx | 88 const basegfx::B2DPolygon rPoly(maPolyPoly2D.getB2DPolygon(0L)); in E3dLatheObj() local 89 sal_uInt32 nSegCnt(rPoly.count()); in E3dLatheObj() 91 if(nSegCnt && !rPoly.isClosed()) in E3dLatheObj() 195 const basegfx::B2DPolygon rPoly(maPolyPoly2D.getB2DPolygon(0L)); in SetPolyPoly2D() local 196 sal_uInt32 nSegCnt(rPoly.count()); in SetPolyPoly2D() 198 if(nSegCnt && !rPoly.isClosed()) in SetPolyPoly2D()
|
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 566 void CalcDistances( const Polygon& rPoly, std::vector< double >& rDistances ) in CalcDistances() argument 568 sal_uInt16 i, nCount = rPoly.GetSize(); in CalcDistances() 573 double fDistance = i ? ((Polygon&)rPoly).CalcDistance( i, i - 1 ) : 0.0; in CalcDistances() 592 for ( i = 0; i < rPoly.GetSize(); i++ ) in InsertMissingOutlinePoints() 594 Point& rPoint = rPoly[ i ]; in InsertMissingOutlinePoints() 603 Point& rPt0 = rPoly[ i - 1 ]; in InsertMissingOutlinePoints() 607 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints() 618 Point& rPt0 = rPoly[ i - 1 ]; in InsertMissingOutlinePoints() 635 if ( rPoly.GetSize() ) in GetPoint() 641 const Point& rPt = rPoly[ nIdx ]; in GetPoint() [all …]
|