Home
last modified time | relevance | path

Searched defs:SkLua (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkLua.cpp110 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) { in SkLua() function in SkLua
116 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {} in SkLua() function in SkLua