diff options
Diffstat (limited to 'libs/hwui/PathTessellator.h')
-rw-r--r-- | libs/hwui/PathTessellator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathTessellator.h b/libs/hwui/PathTessellator.h index 8ac9a3b..ccae65b 100644 --- a/libs/hwui/PathTessellator.h +++ b/libs/hwui/PathTessellator.h @@ -82,7 +82,7 @@ public: const mat4& transform, VertexBuffer& vertexBuffer); /** - * Approximates a convex, CW outline into a Vector of 2d vertices. + * Approximates a convex outline into a clockwise Vector of 2d vertices. * * @param path The outline to be approximated * @param thresholdSquared The threshold of acceptable error (in pixels) when approximating |