summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-03-25 21:34:51 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-03-25 21:36:12 +0000
commitfd335d180b1d549e884b9692ba1a4e51a014dcd5 (patch)
tree16c62a3a5e3bc95edcc0220fd608637babf05322 /vcl/inc
parentfdo#61789 - move metafile line width scaling somewhere more sensible. (diff)
downloadcore-fd335d180b1d549e884b9692ba1a4e51a014dcd5.tar.gz
core-fd335d180b1d549e884b9692ba1a4e51a014dcd5.zip
fdo#61789 - improve SvtGraphicStroke / metafile scaling
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/graphictools.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/vcl/graphictools.hxx b/vcl/inc/vcl/graphictools.hxx
index c8713fdc2f23..3600f1a364fc 100644
--- a/vcl/inc/vcl/graphictools.hxx
+++ b/vcl/inc/vcl/graphictools.hxx
@@ -142,6 +142,8 @@ public:
// mutators
/// Set path to stroke
void setPath ( const Polygon& );
+ /// Affine scaling in both X and Y dimensions
+ void scale ( double fScaleX, double fScaleY );
private:
// friends