Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/svdraw/
H A Dsvdopath.cxx1690 : 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 =()
2358maPathPolygon.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 …]
/AOO41X/main/svx/inc/svx/
H A Dsvdopath.hxx48 basegfx::B2DPolyPolygon maPathPolygon; member in SdrPathObjGeoData
67 basegfx::B2DPolyPolygon maPathPolygon; member in SdrPathObj
156 const basegfx::B2DPolyPolygon& GetPathPoly() const { return maPathPolygon; } in GetPathPoly()