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/gm.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'gn/gm.gni') diff --git a/gn/gm.gni b/gn/gm.gni index 5443fa803e..1558881e06 100644 --- a/gn/gm.gni +++ b/gn/gm.gni @@ -247,6 +247,7 @@ gm_sources = [ "$_gm/points.cpp", "$_gm/poly2poly.cpp", "$_gm/polygons.cpp", + "$_gm/polygonoffset.cpp", "$_gm/quadpaths.cpp", "$_gm/radial_gradient_precision.cpp", "$_gm/readpixels.cpp", -- cgit v1.2.3