[Libreoffice-commits] core.git: include/vcl
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Apr 21 09:58:55 PDT 2014
include/vcl/outdev.hxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit a75e11cb700b2992559bb6d01116b85982d178e2
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Tue Apr 22 02:53:34 2014 +1000
Make TryDrawPolyLineDirect a public function of OutputDevice
Change-Id: I24a571080ad7301c86065e75560b94091120ce0b
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 8fbcb83..416f1e8 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1074,12 +1074,6 @@ public:
*/
void DrawPolyLine( const Polygon& rPoly,
const LineInfo& rLineInfo );
-private:
- // #i101491#
- // Helper which holds the old line geometry creation and is extended to use AA when
- // switched on. Advantage is that line geometry is only temporarily used for paint
- SAL_DLLPRIVATE void DrawPolyLineWithLineInfo(const Polygon& rPoly, const LineInfo& rLineInfo);
-
bool TryDrawPolyLineDirect(
const basegfx::B2DPolygon& rB2DPolygon,
@@ -1087,6 +1081,12 @@ private:
double fTransparency = 0.0,
basegfx::B2DLineJoin eLineJoin = basegfx::B2DLINEJOIN_NONE,
css::drawing::LineCap eLineCap = css::drawing::LineCap_BUTT);
+private:
+ // #i101491#
+ // Helper which holds the old line geometry creation and is extended to use AA when
+ // switched on. Advantage is that line geometry is only temporarily used for paint
+ SAL_DLLPRIVATE void DrawPolyLineWithLineInfo(const Polygon& rPoly, const LineInfo& rLineInfo);
+
// #i101491#
// Helper who tries to use SalGDI's DrawPolyLine direct and returns it's bool. Contains no AA check.
More information about the Libreoffice-commits
mailing list