aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkLua.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-17 23:09:47 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-17 23:09:47 +0000
commit1301bf3abfe355f9aadd53d5dbf04926013231ba (patch)
tree56b0011989025e1c1dfcb920ad6ed4b4960183c4 /include/utils/SkLua.h
parente4ff3e6fe8c2b93cce18da9e45bab95283259a35 (diff)
add initial scraper for dashing
BUG=skia: R=bsalomon@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/196603027 git-svn-id: http://skia.googlecode.com/svn/trunk@13843 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/utils/SkLua.h')
-rw-r--r--include/utils/SkLua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/SkLua.h b/include/utils/SkLua.h
index 2f29343d59..9a1ebfdebb 100644
--- a/include/utils/SkLua.h
+++ b/include/utils/SkLua.h
@@ -45,6 +45,7 @@ public:
void pushString(const char[], size_t len, const char tableKey[] = NULL);
void pushString(const SkString&, const char tableKey[] = NULL);
void pushArrayU16(const uint16_t[], int count, const char tableKey[] = NULL);
+ void pushArrayPoint(const SkPoint[], int count, const char key[] = NULL);
void pushColor(SkColor, const char tableKey[] = NULL);
void pushU32(uint32_t, const char tableKey[] = NULL);
void pushScalar(SkScalar, const char tableKey[] = NULL);