Home
last modified time | relevance | path

Searched refs:aNewPoly (Results 1 – 10 of 10) sorted by path

/trunk/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx177 basegfx::B2DPolygon aNewPoly(rUnitPolygon); in createOverlappingFill() local
179 aNewPoly.transform(rEntries[a].maB2DHomMatrix); in createOverlappingFill()
184 basegfx::B2DPolyPolygon(aNewPoly), in createOverlappingFill()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx439 …basegfx::B2DPolyPolygon aNewPoly(bBackScale ? basegfx::tools::interpolate(aFront, aBack, fStep) : … in createLatheSlices() local
442 rSliceVector.push_back(Slice3D(aNewPoly, aNewMat)); in createLatheSlices()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx310 ::basegfx::B2DPolygon aNewPoly; in ImpAddPolys()
320 aNewPoly.append(aNewPoint); in ImpAddPolys()
323 rSmaller.append(aNewPoly); in ImpAddPolys()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx680 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 …]
/trunk/main/svtools/source/misc/
H A Dimap.cxx628 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()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx571 const basegfx::B2DPolyPolygon aNewPoly( in InsertObj() local
577 const basegfx::B2DRange aNewRange(aNewPoly.getB2DRange()); in InsertObj()
582 aNewPoly.isClosed() ? OBJ_POLY : OBJ_PLIN, in InsertObj()
583 aNewPoly); in InsertObj()
H A Dsvdopath.cxx2587 basegfx::B2DPolygon aNewPoly; in NbcInsPoint() local
2589 aNewPoly.append(aPoint); in NbcInsPoint()
2590 aNewPoly.setClosed(IsClosed()); in NbcInsPoint()
2591 maPathPolygon.append(aNewPoly); in NbcInsPoint()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx2126 XPolygon aNewPoly(aCandidate); in XPolyPolygon() local
2127 Insert(aNewPoly); in XPolyPolygon()
/trunk/main/tools/source/generic/
H A Dpoly.cxx897 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 …]
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx899 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()

Completed in 115 milliseconds