Searched refs:maPathPolygon (Results 1 – 2 of 2) sorted by relevance
1690 : maPathPolygon(rPathPoly), in SdrPathObj()1810 for(sal_uInt32 a(0); a < maPathPolygon.count(); a++) in ImpForceKind()1812 basegfx::B2DPolygon aCandidate(maPathPolygon.getB2DPolygon(a)); in ImpForceKind()1828 maPathPolygon.setB2DPolygon(a, aCandidate); in ImpForceKind()1888 maPathPolygon=rPath.GetPathPoly(); in operator =()2358 … maPathPolygon.transform(basegfx::tools::createTranslateB2DHomMatrix(rSiz.Width(), rSiz.Height())); in NbcMove()2369 maPathPolygon.transform(aTrans); in NbcResize()2379 maPathPolygon.transform(aTrans); in NbcRotate()2400 maPathPolygon.transform(aTrans); in NbcShear()2416 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()