diff options
author | Armin Le Grand <alg@apache.org> | 2012-05-11 14:39:29 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-15 20:07:54 +0000 |
commit | 977a05ac719cd4876c1b65d9726615845edc99e9 (patch) | |
tree | e1a127a0ed069863a83c0db3752cdb7d8fd58377 /vcl/inc | |
parent | 55dd17942cde0a1dd50fb534cff415adbc0b6a5e (diff) |
Related: #i119125# Added MetaFloatTransparentAction handling...
...using primitive renderer
Conflicts:
svx/source/svdraw/svdedtv2.cxx
svx/source/svdraw/svdfmtf.cxx
svx/source/svdraw/svdfmtf.hxx
svx/source/svdraw/svdograf.cxx
Change-Id: I2223f86a63be80ecae91af0a6987ac587f07bc30
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/svgdata.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcl/inc/vcl/svgdata.hxx b/vcl/inc/vcl/svgdata.hxx index dc4c9e5e8db2..eaba0041e6fe 100644 --- a/vcl/inc/vcl/svgdata.hxx +++ b/vcl/inc/vcl/svgdata.hxx @@ -35,6 +35,14 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XPrimitive2 typedef ::com::sun::star::uno::Sequence< Primitive2DReference > Primitive2DSequence; ////////////////////////////////////////////////////////////////////////////// +// helper to convert any Primitive2DSequence to a good quality BitmapEx, +// using default parameters and graphic::XPrimitive2DRenderer + +BitmapEx VCL_DLLPUBLIC convertPrimitive2DSequenceToBitmapEx( + const Primitive2DSequence& rSequence, + const basegfx::B2DRange& rTargetRange); + +////////////////////////////////////////////////////////////////////////////// class VCL_DLLPUBLIC SvgData : private boost::noncopyable { |