Lines Matching refs:lua
27 #include "lua.h"
97 SkDebugf("lua err: %s\n", lua_tostring(fL, -1));
107 SkDebugf("--- lua failed: %s\n", lua_tostring(fL, -1));
207 // make it base-1 to match lua convention
216 // make it base-1 to match lua convention
228 // make it base-1 to match lua convention
522 // Currently this only returns the element list to lua, not the initial state or result bounds.
523 // It could return these as additional items on the lua stack.
1204 SkLua lua(L);
1205 lua.pushRect(rects[0]);
1206 lua.pushRect(rects[1]);
1382 SkDebugf("lua err: %s\n", lua_tostring(fL, -1));