Add point count to lua SkPath.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Feb 2014 21:38:47 +0000 (21:38 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Feb 2014 21:38:47 +0000 (21:38 +0000)
commitc530208ab02410df9efdabcfd50f42ec4c7fb750
tree728074a76eafeb6c52ccbbf296deb58b8192e9a5
parent5007aab81ad1394f4ab7833ea230f6462aa07e69
Add point count to lua SkPath.

Add some scripts for classifying rrects and counting complex clip combinations.

R=reed@google.com

Author: bsalomon@google.com

Review URL: https://codereview.chromium.org/181843004

git-svn-id: http://skia.googlecode.com/svn/trunk@13601 2bbb7eff-a529-9590-31e7-b0007b416f81
src/utils/SkLua.cpp
tools/lua/classify_rrect_clips.lua [new file with mode: 0644]
tools/lua/count_reduced_clipstacks.lua [new file with mode: 0644]