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