diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-11 11:25:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-18 11:34:07 +0000 |
commit | 0400a66acfc6c611fe9eb19d13960f33afce5585 (patch) | |
tree | 4bc383918a99a26f4ea8eeadbd1c2acf4599e18a /vcl/inc/headless | |
parent | 5120445c24947c55798dc335f8385e0de64d6a1b (diff) |
svp: implement other invert variant
factor out the shared body
Change-Id: Ida87e16422effdca63f81e743478633def1922fa
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r-- | vcl/inc/headless/svpgdi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index 94a3a378fdf5..b73a7c847348 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -81,7 +81,7 @@ private: }; bool isClippedSetup( const basegfx::B2IBox &aRange, ClipUndoHandle &rUndo ); void ensureClip(); - + bool invert(const basegfx::B2DPolygon &rPoly, SalInvert nFlags); protected: vcl::Region m_aClipRegion; SvpCairoTextRender m_aTextRenderImpl; |