Searched refs:pushArrayPoint (Results 1 – 3 of 3) sorted by relevance
49 void pushArrayPoint(const SkPoint[], int count, const char key[] = nullptr);
177 lua.pushArrayPoint(pts, SkToInt(count), "points"); in onDrawPoints()
297 void SkLua::pushArrayPoint(const SkPoint array[], int count, const char key[]) { in pushArrayPoint() function in SkLua