Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkCanvas.h1355 friend class SkLua; // needs top layer size and offset variable
/external/skia/src/utils/
DSkLua.cpp99 SkLua::SkLua(const char termCode[]) : fTermCode(termCode), fWeOwnL(true) { in SkLua() function in SkLua
105 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {} in SkLua() function in SkLua