Home
last modified time | relevance | path

Searched refs:rPolyPoly (Results 1 – 25 of 92) sorted by path

1234

/trunk/main/basebmp/source/
H A Dpolypolygonrenderer.cxx34 basegfx::B2DPolyPolygon const& rPolyPoly, in setupGlobalEdgeTable() argument
40 for( sal_uInt32 i(0), nCount(rPolyPoly.count()); in setupGlobalEdgeTable()
45 const basegfx::B2DPolygon& rPoly( rPolyPoly.getB2DPolygon(i) ); in setupGlobalEdgeTable()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx435 …BASEGFX_DLLPUBLIC bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, const B2DRang…
H A Db2dpolypolygontools.hxx275 const B2DPolyPolygon& rPolyPoly,
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx87 const ::basegfx::B2DPolyPolygon& rPolyPoly );
93 … bezierSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly );
98 … pointSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly );
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3137 bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, in isPolyPolygonEqualRectangle() argument
3141 if( rPolyPoly.count() != 1 ) in isPolyPolygonEqualRectangle()
3153 const B2DPolygon& rPoly( rPolyPoly.getB2DPolygon(0) ); in isPolyPolygonEqualRectangle()
H A Db2dpolypolygonrasterconverter.cxx440 … B2DPolyPolygonRasterConverter::B2DPolyPolygonRasterConverter( const B2DPolyPolygon& rPolyPoly ) : in B2DPolyPolygonRasterConverter() argument
441 maPolyPolygon( rPolyPoly ), in B2DPolyPolygonRasterConverter()
442 maPolyPolyRectangle( tools::getRange( rPolyPoly ) ), in B2DPolyPolygonRasterConverter()
/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx191 void unionPolyPolygon(const B2DPolyPolygon& rPolyPoly) in unionPolyPolygon()
196 addPolyPolygon(rPolyPoly,UNION); in unionPolyPolygon()
228 addPolyPolygon(rPolyPoly,INTERSECT); in intersectPolyPolygon()
260 addPolyPolygon(rPolyPoly,SUBTRACT); in subtractPolyPolygon()
281 void xorPolyPolygon(const B2DPolyPolygon& rPolyPoly) in xorPolyPolygon()
283 addPolyPolygon(rPolyPoly,XOR); in xorPolyPolygon()
520 mpImpl( ImplB2DClipState(rPolyPoly) ) in B2DClipState()
579 mpImpl->unionPolyPolygon(rPolyPoly); in unionPolyPolygon()
599 mpImpl->intersectPolyPolygon(rPolyPoly); in intersectPolyPolygon()
619 mpImpl->subtractPolyPolygon(rPolyPoly); in subtractPolyPolygon()
[all …]
H A Dcanvastools.cxx114 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in bezierSequenceSequenceFromB2DPolyPolygon()
122 pOutput[i] = bezierSequenceFromB2DPolygon( rPolyPoly.getB2DPolygon(i) ); in bezierSequenceSequenceFromB2DPolyPolygon()
130 …lPoint2D > > pointSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) in pointSequenceSequenceFromB2DPolyPolygon() argument
132 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in pointSequenceSequenceFromB2DPolyPolygon()
140 pOutput[i] = pointSequenceFromB2DPolygon( rPolyPoly.getB2DPolygon(i) ); in pointSequenceSequenceFromB2DPolyPolygon()
182 … const ::basegfx::B2DPolyPolygon& rPolyPoly ) in xPolyPolygonFromB2DPolyPolygon()
189 const sal_uInt32 nNumPolies( rPolyPoly.count() ); in xPolyPolygonFromB2DPolyPolygon()
192 if( rPolyPoly.areControlPointsUsed() ) in xPolyPolygonFromB2DPolyPolygon()
195 bezierSequenceSequenceFromB2DPolyPolygon( rPolyPoly ) ), in xPolyPolygonFromB2DPolyPolygon()
201 pointSequenceSequenceFromB2DPolyPolygon( rPolyPoly ) ), in xPolyPolygonFromB2DPolyPolygon()
[all …]
H A Dunopolypolygon.cxx50 UnoPolyPolygon::UnoPolyPolygon( const B2DPolyPolygon& rPolyPoly ) : in UnoPolyPolygon() argument
52 maPolyPoly( rPolyPoly ), in UnoPolyPolygon()
/trunk/main/basegfx/test/
H A Dtesttools.cxx150 void Plotter::plot( const B2DPolyPolygon& rPolyPoly ) in plot() argument
152 const sal_uInt32 nPolyCount( rPolyPoly.count() ); in plot()
157 plot( rPolyPoly.getB2DPolygon(i) ); in plot()
H A Dtesttools.hxx66 void plot( const B2DPolyPolygon& rPolyPoly );
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1047 const ::basegfx::B2DPolyPolygon& rPolyPoly( in doPolyPolygonPath() local
1056 for(sal_uInt32 a(0); a < rPolyPoly.count(); a++) in doPolyPolygonPath()
1058 const basegfx::B2DPolygon aCandidate(rPolyPoly.getB2DPolygon(a)); in doPolyPolygonPath()
1089 doPolyPolygonImplementation( rPolyPoly, aOperation, in doPolyPolygonPath()
/trunk/main/canvas/source/directx/
H A Ddx_linepolypolygon.cxx35 LinePolyPolygon::LinePolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) : in LinePolyPolygon() argument
36 ::basegfx::unotools::UnoPolyPolygon( rPolyPoly ), in LinePolyPolygon()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx300 const ::basegfx::B2DPolyPolygon& rPolyPoly( in drawPolyPolygon() local
302 … const PolyPolygon aPolyPoly( tools::mapPolyPolygon( rPolyPoly, viewState, renderState ) ); in drawPolyPolygon()
304 if( rPolyPoly.isClosed() ) in drawPolyPolygon()
H A Dimpltools.cxx169 bool isRectangle( const PolyPolygon& rPolyPoly ) in isRectangle() argument
172 if( rPolyPoly.Count() != 1 ) in isRectangle()
175 const ::Polygon& rPoly( rPolyPoly[0] ); in isRectangle()
H A Dimpltools.hxx113 bool isRectangle( const PolyPolygon& rPolyPoly );
/trunk/main/chart2/source/inc/
H A DBaseGFXHelper.hxx48 …basegfx::B3DRange getBoundVolume( const ::com::sun::star::drawing::PolyPolygonShape3D& rPolyPoly );
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx39 ::basegfx::B3DRange getBoundVolume( const drawing::PolyPolygonShape3D& rPolyPoly ) in getBoundVolume() argument
44 sal_Int32 nPolyCount = rPolyPoly.SequenceX.getLength(); in getBoundVolume()
47 sal_Int32 nPointCount = rPolyPoly.SequenceX[nPoly].getLength(); in getBoundVolume()
53 rPolyPoly.SequenceX[nPoly][nPoint] in getBoundVolume()
54 , rPolyPoly.SequenceY[nPoly][nPoint] in getBoundVolume()
55 , rPolyPoly.SequenceZ[nPoly][nPoint])); in getBoundVolume()
61 rPolyPoly.SequenceX[nPoly][nPoint] in getBoundVolume()
62 , rPolyPoly.SequenceY[nPoly][nPoint] in getBoundVolume()
63 , rPolyPoly.SequenceZ[nPoly][nPoint])); in getBoundVolume()
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx236 void lcl_removeDuplicatePoints( drawing::PolyPolygonShape3D& rPolyPoly, PlottingPositionHelper& rPo… in lcl_removeDuplicatePoints() argument
238 sal_Int32 nPolyCount = rPolyPoly.SequenceX.getLength(); in lcl_removeDuplicatePoints()
249 drawing::DoubleSequence* pOuterSourceX = &rPolyPoly.SequenceX.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
250 drawing::DoubleSequence* pOuterSourceY = &rPolyPoly.SequenceY.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
251 drawing::DoubleSequence* pOuterSourceZ = &rPolyPoly.SequenceZ.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
307 rPolyPoly.SequenceX.realloc(nPolyCount); in lcl_removeDuplicatePoints()
308 rPolyPoly.SequenceY.realloc(nPolyCount); in lcl_removeDuplicatePoints()
309 rPolyPoly.SequenceZ.realloc(nPolyCount); in lcl_removeDuplicatePoints()
311 rPolyPoly=aTmp; in lcl_removeDuplicatePoints()
/trunk/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx123 bool createFillAndStroke( const ::basegfx::B2DPolyPolygon& rPolyPoly,
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx480 bool ImplRenderer::createFillAndStroke( const ::basegfx::B2DPolyPolygon& rPolyPoly, in createFillAndStroke() argument
494 rPolyPoly, rParms.mrCanvas, rState ) ); in createFillAndStroke()
H A Dpolypolyaction.cxx97 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction() argument
103 …egfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevice(), rPolyPoly) ), in PolyPolyAction()
104 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in PolyPolyAction()
118 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction() argument
125 …egfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevice(), rPolyPoly) ), in PolyPolyAction()
126 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in PolyPolyAction()
287 … TexturedPolyPolyAction::TexturedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in TexturedPolyPolyAction() argument
292 …egfx::unotools::xPolyPolygonFromB2DPolyPolygon( rCanvas->getUNOCanvas()->getDevice(), rPolyPoly) ), in TexturedPolyPolyAction()
293 maBounds( ::basegfx::tools::getRange(rPolyPoly) ), in TexturedPolyPolyAction()
399 … StrokedPolyPolyAction::StrokedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in StrokedPolyPolyAction() argument
[all …]
/trunk/main/cppcanvas/source/wrapper/
H A Dbasegfxfactory.cxx94 … const ::basegfx::B2DPolyPolygon& rPolyPoly ) const in createPolyPolygon()
111 rPolyPoly) ) ); in createPolyPolygon()
H A Dimplpolypolygon.cxx48 … const uno::Reference< rendering::XPolyPolygon2D >& rPolyPoly ) : in ImplPolyPolygon()
50 mxPolyPoly( rPolyPoly ), in ImplPolyPolygon()
H A Dimplpolypolygon.hxx57 ::com::sun::star::rendering::XPolyPolygon2D >& rPolyPoly );

Completed in 126 milliseconds

1234