Searched refs:lua_pushinteger (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlbaselib.c137 lua_pushinteger(L, lua_rawlen(L, 1));
174 lua_pushinteger(L, b);
182 lua_pushinteger(L, res);
202 if (iszero) lua_pushinteger(L, 0); /* and initial value */
234 lua_pushinteger(L, i);
356 lua_pushinteger(L, n-1);
H A Dlstrlib.c40 lua_pushinteger(L, (lua_Integer)l);
147 lua_pushinteger(L, uchar(s[posi+i-1]));
548 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1);
592 lua_pushinteger(L, s2 - s + 1);
593 lua_pushinteger(L, s2 - s + lp);
615 lua_pushinteger(L, s1 - s + 1); /* start */
616 lua_pushinteger(L, res - s); /* end */
659 lua_pushinteger(L, newstart);
672 lua_pushinteger(L, 0);
775 lua_pushinteger(
[all...]
H A Dldblib.c78 lua_pushinteger(L, v);
268 lua_pushinteger(L, ar->currentline);
339 lua_pushinteger(L, lua_gethookcount(L1));
H A Dlmathlib.c157 lua_pushinteger(L, e);
H A Dloslib.c137 lua_pushinteger(L, value);
H A Dltablib.c122 lua_pushinteger(L, n);
H A Dlauxlib.c219 lua_pushinteger(L, en);
258 lua_pushinteger(L, stat);
548 lua_pushinteger(L, ref);
H A Dlua.c489 lua_pushinteger(L, argc); /* 1st argument */
H A Dlua.h207 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n);
H A Dluac.c198 lua_pushinteger(L,argc);
H A Dliolib.c308 lua_pushinteger(L, n); /* number of arguments to read */
H A Dlapi.c483 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { function
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp539 lua_pushinteger(L, get_ref<SkCanvas>(L, 1)->save());
1223 lua_pushinteger(L, get_obj<SkPath>(L, 1)->countPoints());
1340 lua_pushinteger(L, get_ref<SkImage>(L, 1)->width());
1345 lua_pushinteger(L, get_ref<SkImage>(L, 1)->height());
/external/skia/src/utils/
H A DSkLua.cpp531 lua_pushinteger(L, get_ref<SkCanvas>(L, 1)->save());
1215 lua_pushinteger(L, get_obj<SkPath>(L, 1)->countPoints());
1332 lua_pushinteger(L, get_ref<SkImage>(L, 1)->width());
1337 lua_pushinteger(L, get_ref<SkImage>(L, 1)->height());

Completed in 2521 milliseconds