Searched refs:growInNormalDirection (Results 1 – 6 of 6) sorted by relevance
466 B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fValue) in growInNormalDirection() function474 aRetval.append(growInNormalDirection(rCandidate.getB2DPolygon(a), fValue)); in growInNormalDirection()
2945 B2DPolygon growInNormalDirection(const B2DPolygon& rCandidate, double fValue) in growInNormalDirection() function2953 return growInNormalDirection(aCandidate, fValue); in growInNormalDirection()
189 B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fValue);
425 B2DPolygon growInNormalDirection(const B2DPolygon& rCandidate, double fValue);
87 rPolygon = basegfx::tools::growInNormalDirection(rPolygon, fOffset); in impGetOuterPolyPolygon()103 rOuterPolyPolygon = basegfx::tools::growInNormalDirection(rPolygon, -fOffset); in impGetOuterPolyPolygon()
194 …aScaledUnitPolyPolygon = basegfx::tools::growInNormalDirection(aScaledUnitPolyPolygon, -(rStroke.g… in createTextPrimitive()
Completed in 66 milliseconds