Searched refs:lua_rawseti (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | ltablib.c | 55 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */ in tinsert() 63 lua_rawseti(L, 1, pos); /* t[pos] = v */ in tinsert() 76 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */ in tremove() 79 lua_rawseti(L, 1, pos); /* t[pos] = nil */ in tremove() 127 lua_rawseti(L, -2, 1); /* insert first element */ in pack() 130 lua_rawseti(L, 1, i); in pack() 165 lua_rawseti(L, 1, i); in set2() 166 lua_rawseti(L, 1, j); in set2()
|
D | lauxlib.c | 534 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 538 lua_rawseti(L, t, ref); in luaL_ref() 547 lua_rawseti(L, t, ref); /* t[ref] = t[freelist] */ in luaL_unref() 549 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
D | loadlib.c | 266 lua_rawseti(L, -2, luaL_len(L, -2) + 1); /* CLIBS[#CLIBS + 1] = plib */ in ll_addtoclib() 685 lua_rawseti(L, -2, i+1); in createsearcherstable()
|
D | lua.c | 204 lua_rawseti(L, -2, i - n); in getargs()
|
D | lua.h | 242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|
D | lapi.c | 784 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
|
/external/skia/src/utils/ |
D | SkLua.cpp | 156 lua_rawseti(L, -2, index); in setarray_number() 220 lua_rawseti(fL, -2, i + 1); in pushArrayPoint() 315 lua_rawseti(fL, -2, ++i); in pushClipStack() 520 lua_rawseti(L, -2, ++i); in lcanvas_getReducedClipStack()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkLua.cpp | 159 lua_rawseti(L, -2, index); in setarray_number() 223 lua_rawseti(fL, -2, i + 1); in pushArrayPoint() 323 lua_rawseti(fL, -2, ++i); in pushClipStack() 528 lua_rawseti(L, -2, ++i); in lcanvas_getReducedClipStack()
|