commit | 41964ed46e241c95cd6c91ac99271c2a232f1b65 | [log] [tgz] |
---|---|---|
author | Jim Van Verth <jvanverth@google.com> | Wed Mar 28 10:10:30 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Mar 28 14:49:14 2018 +0000 |
tree | 208c9df7a662f6064dd290bd39ad1fc734cfd28b | |
parent | 3a9710b1e40f327779dae18f71c81c7fb3aa3ee0 [diff] |
Rename SkInsetConvexPolygon to SkOffsetPolygon. Prep for adding new offset routines. Change-Id: I261c22d9998e5ae4567b697c5f20a31f20777ac1 Reviewed-on: https://skia-review.googlesource.com/116800 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>
diff --git a/src/utils/SkInsetConvexPolygon.cpp b/src/utils/SkOffsetPolygon.cpp similarity index 99% rename from src/utils/SkInsetConvexPolygon.cpp rename to src/utils/SkOffsetPolygon.cpp index 8a55b13..c8ebbeb 100755 --- a/src/utils/SkInsetConvexPolygon.cpp +++ b/src/utils/SkOffsetPolygon.cpp
@@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "SkInsetConvexPolygon.h" +#include "SkOffsetPolygon.h" #include "SkPointPriv.h" #include "SkTemplates.h"
diff --git a/src/utils/SkInsetConvexPolygon.h b/src/utils/SkOffsetPolygon.h similarity index 100% rename from src/utils/SkInsetConvexPolygon.h rename to src/utils/SkOffsetPolygon.h
diff --git a/src/utils/SkShadowTessellator.cpp b/src/utils/SkShadowTessellator.cpp index 8815ce6..75e4059 100755 --- a/src/utils/SkShadowTessellator.cpp +++ b/src/utils/SkShadowTessellator.cpp
@@ -9,7 +9,7 @@ #include "SkColorData.h" #include "SkDrawShadowInfo.h" #include "SkGeometry.h" -#include "SkInsetConvexPolygon.h" +#include "SkOffsetPolygon.h" #include "SkPath.h" #include "SkPoint3.h" #include "SkPointPriv.h"