Searched refs:maPathPolygon (Results 1 – 2 of 2) sorted by relevance
1688 : maPathPolygon(rPathPoly), in SdrPathObj()1808 for(sal_uInt32 a(0); a < maPathPolygon.count(); a++) in ImpForceKind()1810 basegfx::B2DPolygon aCandidate(maPathPolygon.getB2DPolygon(a)); in ImpForceKind()1826 maPathPolygon.setB2DPolygon(a, aCandidate); in ImpForceKind()1886 maPathPolygon=rPath.GetPathPoly(); in operator =()2356 … maPathPolygon.transform(basegfx::tools::createTranslateB2DHomMatrix(rSiz.Width(), rSiz.Height())); in NbcMove()2367 maPathPolygon.transform(aTrans); in NbcResize()2377 maPathPolygon.transform(aTrans); in NbcRotate()2398 maPathPolygon.transform(aTrans); in NbcShear()2414 maPathPolygon.transform(aTrans); in NbcMirror()[all …]
48 basegfx::B2DPolyPolygon maPathPolygon; member in SdrPathObjGeoData67 basegfx::B2DPolyPolygon maPathPolygon; member in SdrPathObj156 const basegfx::B2DPolyPolygon& GetPathPoly() const { return maPathPolygon; } in GetPathPoly()