From 4db18edb95c8aa4ce71476ae9dd9c05e3d6a3d9f Mon Sep 17 00:00:00 2001 From: Jim Van Verth Date: Tue, 3 Apr 2018 10:00:37 -0400 Subject: Add SkOffsetSimplePolygon. Performs inset and outset operations on simple polygons and returns a simple polygon, if possible. Bug: skia: Change-Id: I6d468174ad70b5279b736c532e19cbb84ff9f955 Reviewed-on: https://skia-review.googlesource.com/116483 Commit-Queue: Jim Van Verth Reviewed-by: Robert Phillips --- gn/tests.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/tests.gni') diff --git a/gn/tests.gni b/gn/tests.gni index 958ef3a9cc..154e300858 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -160,6 +160,7 @@ tests_sources = [ "$_tests/PDFMetadataAttributeTest.cpp", "$_tests/PDFOpaqueSrcModeToSrcOverTest.cpp", "$_tests/PDFPrimitivesTest.cpp", + "$_tests/OffsetSimplePolyTest.cpp", "$_tests/OnFlushCallbackTest.cpp", "$_tests/PathRendererCacheTests.cpp", "$_tests/PictureBBHTest.cpp", -- cgit v1.2.3