summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-12 10:09:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-18 11:34:08 +0000
commitcc6562706f7284dac5d18d6509221674335fbe5d (patch)
treee929bd9f834bd083bd47117471e27a7d747400cc /vcl/inc/headless
parent50c2d561981d99abad9978811655365ff9884c87 (diff)
svp: route copyBits through cairo
Change-Id: I9521f7fecc59197efb17526a365cf4c9b259975f
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r--vcl/inc/headless/svpgdi.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index ca9b5ba02bd2..391a6c483d34 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -82,6 +82,7 @@ private:
bool isClippedSetup( const basegfx::B2IBox &aRange, ClipUndoHandle &rUndo );
void ensureClip();
void invert(const basegfx::B2DPolygon &rPoly, SalInvert nFlags);
+ void copySource(const SalTwoRect& rTR, cairo_surface_t* source);
protected:
vcl::Region m_aClipRegion;
SvpCairoTextRender m_aTextRenderImpl;