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