diff options
author | homeboy445 <akshitsan13@gmail.com> | 2021-07-06 14:13:51 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-11 09:25:47 +0200 |
commit | fc8c97f55c509a75ee18de3d9d5e793e37bb0c36 (patch) | |
tree | 86d184aca7db29d6afe1350a6c6615632565cd13 /include | |
parent | 67329f8b75101a78a00bf646bb2c3b9f4575aa5a (diff) |
backendtest:Irregular HalfEllipse test via various drawing methods
Change-Id: If1a6f224f6ff4118617128630077a81da4c469a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118656
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/test/GraphicsRenderTests.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx index b8307b97ab25..eacf07c6f312 100644 --- a/include/vcl/test/GraphicsRenderTests.hxx +++ b/include/vcl/test/GraphicsRenderTests.hxx @@ -108,6 +108,12 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests void testLineCapRound(); void testLineCapSquare(); void testLineCapButt(); + void testHalfEllipseWithPolyLine(); + void testHalfEllipseAAWithPolyLine(); + void testHalfEllipseWithPolyLineB2D(); + void testHalfEllipseAAWithPolyLineB2D(); + void testHalfEllipseWithPolygon(); + void testHalfEllipseAAWithPolygon(); static OUString returnTestStatus(vcl::test::TestResult const result); void runALLTests(); void appendTestResult(OUString aTestName, OUString aTestStatus, Bitmap aTestBitmap = Bitmap()); |