Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/func/
H A Dfumorph.cxx303 void FuMorph::ImpAddPolys(::basegfx::B2DPolyPolygon& rSmaller, const ::basegfx::B2DPolyPolygon& rBi… in ImpAddPolys() argument
305 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()
/aoo41x/main/sd/source/ui/inc/
H A Dfumorph.hxx69 void ImpAddPolys(::basegfx::B2DPolyPolygon& rSmaller, const ::basegfx::B2DPolyPolygon& rBigger);

Completed in 14 milliseconds