HomeSort by relevance Sort by last modified time
    Searched refs:pushArrayPoint (Results 1 - 3 of 3) sorted by null

  /external/skia/include/utils/
SkLua.h 49 void pushArrayPoint(const SkPoint[], int count, const char key[] = NULL);
  /external/skia/src/utils/
SkLuaCanvas.cpp 172 lua.pushArrayPoint(pts, SkToInt(count), "points");
SkLua.cpp 284 void SkLua::pushArrayPoint(const SkPoint array[], int count, const char key[]) {
    [all...]

Completed in 505 milliseconds