Searched defs:SkLua (Results 1 – 2 of 2) sorted by relevance
1355 friend class SkLua; // needs top layer size and offset variable
99 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) { in SkLua() function in SkLua105 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {} in SkLua() function in SkLua