Home
last modified time | relevance | path

Searched refs:rCurrPoly (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx234 const B2DPolygon& rCurrPoly( maPolygons.at(i).first ); in ~DebugPlotter() local
236 const sal_uInt32 nCount( rCurrPoly.count() ); in ~DebugPlotter()
242 const B2DPoint& rP0( rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter()
243 const B2DPoint& rP1( rCurrPoly.getNextControlPoint(k) ); in ~DebugPlotter()
244 const B2DPoint& rP2( rCurrPoly.getPrevControlPoint((k + 1) % nCount) ); in ~DebugPlotter()
245 … const B2DPoint& rP3( k+1<nCount ? rCurrPoly.getB2DPoint(k+1) : rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter()
332 const B2DPolygon& rCurrPoly( maPolygons.at(i).first ); in ~DebugPlotter() local
334 const sal_uInt32 nCount( rCurrPoly.count() ); in ~DebugPlotter()
337 const B2DPoint& rP( rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter()
H A Dunopolypolygon.cxx391 const B2DPolygon& rCurrPoly( maPolyPoly.getB2DPolygon(i) ); in getSubsetPolyPolygon() local
425 aSubsetPoly.append( rCurrPoly ); in getSubsetPolyPolygon()
437 aTmp.append( rCurrPoly.getB2DPoint(j) ); in getSubsetPolyPolygon()

Completed in 15 milliseconds