Searched refs:aNewPoly (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 680 Polygon aNewPoly( nBezPoints + 1 ); in ImplWritePath() local 681 aNewPoly[ 0 ] = rPoly[ n - 1 ]; in ImplWritePath() 683 aNewPoly[ o + 1 ] = rPoly[ n + o ]; in ImplWritePath() 684 ImplWriteRect( aNewPoly.GetBoundRect() ); in ImplWritePath() 686 for( o = 1; o < aNewPoly.GetSize(); o++ ) in ImplWritePath() 687 ImplWritePoint( aNewPoly[ o ] ); in ImplWritePath() 700 Polygon aNewPoly( nPoints + 1 ); in ImplWritePath() local 701 aNewPoly[ 0 ] = rPoly[ n - 1]; in ImplWritePath() 703 aNewPoly[ o ] = rPoly[ n - 1 + o ]; in ImplWritePath() 704 ImplWriteRect( aNewPoly.GetBoundRect() ); in ImplWritePath() [all …]
|
/aoo4110/main/tools/source/generic/ |
H A D | poly.cxx | 897 Polygon aNewPoly; in Optimize() local 913 aNewPoly.SetSize( nSize ); in Optimize() 914 aNewPoly[ 0 ] = rFirst; in Optimize() 921 aNewPoly[ nNewCount++ ] = mpImplPolygon->mpPointAry[ nLast = i ]; in Optimize() 926 aNewPoly.Clear(); in Optimize() 928 aNewPoly.SetSize( nNewCount ); in Optimize() 931 *this = aNewPoly; in Optimize() 1142 Polygon aNewPoly( nPntCnt ); in ImplReduceEdges() local 1215 aNewPoly[ nNewPos++ ] = rPoly[ n ]; in ImplReduceEdges() 1222 aNewPoly.SetSize( nNewPos ); in ImplReduceEdges() [all …]
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | fillgradientprimitive2d.cxx | 131 basegfx::B2DPolygon aNewPoly(rUnitPolygon); in createOverlappingFill() local 133 aNewPoly.transform(rEntries[a].maB2DHomMatrix); in createOverlappingFill() 138 basegfx::B2DPolyPolygon(aNewPoly), in createOverlappingFill()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impvect.cxx | 899 Polygon aNewPoly( nSize ); in ImplVectorize() local 906 aNewPoly.SetPoint( rPoly.GetPoint( nSec ), nPrim ); in ImplVectorize() 907 aNewPoly.SetFlags( nPrim++, rPoly.GetFlags( nSec-- ) ); in ImplVectorize() 912 aNewPoly.SetPoint( rPoly.GetPoint( nSec-- ), nPrim++ ); in ImplVectorize() 914 rPolyPoly.Replace( aNewPoly, nCurPoly ); in ImplVectorize()
|
/aoo4110/main/svtools/source/misc/ |
H A D | imap.cxx | 628 Polygon aNewPoly; in GetPolygon() local 631 aNewPoly = Application::GetDefaultDevice()->LogicToPixel( aPoly, MapMode( MAP_100TH_MM ) ); in GetPolygon() 633 aNewPoly = aPoly; in GetPolygon() 635 return aNewPoly; in GetPolygon()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 310 ::basegfx::B2DPolygon aNewPoly; in ImpAddPolys() 320 aNewPoly.append(aNewPoint); in ImpAddPolys() 323 rSmaller.append(aNewPoly); in ImpAddPolys()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 568 const basegfx::B2DPolyPolygon aNewPoly( in InsertObj() local 574 const basegfx::B2DRange aNewRange(aNewPoly.getB2DRange()); in InsertObj() 579 aNewPoly.isClosed() ? OBJ_POLY : OBJ_PLIN, in InsertObj() 580 aNewPoly); in InsertObj()
|
H A D | svdopath.cxx | 2587 basegfx::B2DPolygon aNewPoly; in NbcInsPoint() local 2589 aNewPoly.append(aPoint); in NbcInsPoint() 2590 aNewPoly.setClosed(IsClosed()); in NbcInsPoint() 2591 maPathPolygon.append(aNewPoly); in NbcInsPoint()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 439 …basegfx::B2DPolyPolygon aNewPoly(bBackScale ? basegfx::tools::interpolate(aFront, aBack, fStep) : … in createLatheSlices() local 442 rSliceVector.push_back(Slice3D(aNewPoly, aNewMat)); in createLatheSlices()
|
/aoo4110/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 2126 XPolygon aNewPoly(aCandidate); in XPolyPolygon() local 2127 Insert(aNewPoly); in XPolyPolygon()
|
Completed in 585 milliseconds