summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-10-23 21:50:12 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-11-27 09:55:11 +0100
commite3d0b69c7f26ca8df261c67476355290387f5c68 (patch)
treeab7e64a98fa4bb437fd0f1c08aa00c31a1a26da4 /vcl/inc
parent25fad1c74a6c601677b6fcec090cd06a453b86c9 (diff)
backendtest: Add PolyLine B2D test diamond
Change-Id: I6e754e72ff698d62c493b827f9804f63d0e39e2d
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/test/outputdevice.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/test/outputdevice.hxx b/vcl/inc/test/outputdevice.hxx
index dadc2fc70288..63ad2042fac3 100644
--- a/vcl/inc/test/outputdevice.hxx
+++ b/vcl/inc/test/outputdevice.hxx
@@ -139,6 +139,7 @@ public:
OutputDeviceTestPolyLineB2D() = default;
Bitmap setupRectangle(bool bEnableAA);
+ Bitmap setupDiamond();
};
class VCL_DLLPUBLIC OutputDeviceTestRect : public OutputDeviceTestCommon