Home
last modified time | relevance | path

Searched refs:lua_rawseti (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dltablib.c55 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()
Dlauxlib.c534 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()
Dloadlib.c266 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()
Dlua.c204 lua_rawseti(L, -2, i - n); in getargs()
Dlua.h242 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
Dlapi.c784 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
/external/skia/src/utils/
DSkLua.cpp156 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/
DSkLua.cpp159 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()