diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 13:02:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 15:38:53 +0000 |
commit | 00856ee8107fa2d30e324bd6e5bcf3549c1e56d3 (patch) | |
tree | dd2d4f2a69f856fa78302eb6bb60b7a2a7a574ef /unusedcode.easy | |
parent | 905b84557d8ccbdba07f0a82a89f382db08fc0d9 (diff) |
callcatcher: update list
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 4a1170d6133b..9a1af713f142 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -891,8 +891,11 @@ basegfx::maximum(basegfx::B2DHomPoint const&, basegfx::B2DHomPoint const&) basegfx::maximum(basegfx::B2ITuple const&, basegfx::B2ITuple const&) basegfx::minimum(basegfx::B2DHomPoint const&, basegfx::B2DHomPoint const&) basegfx::minimum(basegfx::B2ITuple const&, basegfx::B2ITuple const&) +basegfx::tools::addPointsAtCuts(basegfx::B2DPolygon const&) +basegfx::tools::addPointsAtCutsAndTouches(basegfx::B2DPolyPolygon const&, basegfx::B2DPolygon const&) basegfx::tools::applyLineDashing(basegfx::B3DPolyPolygon const&, std::__debug::vector<double, std::allocator<double> > const&, basegfx::B3DPolyPolygon*, basegfx::B3DPolyPolygon*, double) basegfx::tools::ciexyz2rgb(basegfx::BColor const&) +basegfx::tools::clipPolygonOnRange(basegfx::B3DPolygon const&, basegfx::B3DRange const&, bool, bool) basegfx::tools::createPolygonFromRect(basegfx::B2DRange const&, double) basegfx::tools::createShearXB2DHomMatrix(double) basegfx::tools::createShearYB2DHomMatrix(double) |