Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx70 basegfx::B2DPolyPolygon& rOuterPolyPolygon, in impGetOuterPolyPolygon() argument
74 rOuterPolyPolygon = rPolygon; in impGetOuterPolyPolygon()
94 rOuterPolyPolygon.transform(aScaleTrans); in impGetOuterPolyPolygon()
100 rOuterPolyPolygon = basegfx::tools::growInNormalDirection(rPolygon, -fOffset); in impGetOuterPolyPolygon()
101 basegfx::tools::correctGrowShrinkPolygonPair(rPolygon, rOuterPolyPolygon); in impGetOuterPolyPolygon()