Searched refs:rSmaller (Results 1 – 2 of 2) sorted by relevance
303 void FuMorph::ImpAddPolys(::basegfx::B2DPolyPolygon& rSmaller, const ::basegfx::B2DPolyPolygon& rBi… in ImpAddPolys() argument305 while(rSmaller.count() < rBigger.count()) in ImpAddPolys()307 const ::basegfx::B2DPolygon aToBeCopied(rBigger.getB2DPolygon(rSmaller.count())); in ImpAddPolys()314 const ::basegfx::B2DRange aDstSize(::basegfx::tools::getRange(rSmaller.getB2DPolygon(0L))); in ImpAddPolys()323 rSmaller.append(aNewPoly); in ImpAddPolys()
69 void ImpAddPolys(::basegfx::B2DPolyPolygon& rSmaller, const ::basegfx::B2DPolyPolygon& rBigger);
Completed in 18 milliseconds