diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-10-23 21:50:12 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:11 +0100 |
commit | e3d0b69c7f26ca8df261c67476355290387f5c68 (patch) | |
tree | ab7e64a98fa4bb437fd0f1c08aa00c31a1a26da4 /vcl/inc | |
parent | 25fad1c74a6c601677b6fcec090cd06a453b86c9 (diff) |
backendtest: Add PolyLine B2D test diamond
Change-Id: I6e754e72ff698d62c493b827f9804f63d0e39e2d
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/test/outputdevice.hxx | 1 |
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 |