Searched refs:lua_tointegerx (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlua.h169 LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum);
320 #define lua_tointeger(L,i) lua_tointegerx(L,i,NULL)
H A Dloslib.c160 res = (int)lua_tointegerx(L, -1, &isnum);
H A Dlauxlib.c391 lua_Integer d = lua_tointegerx(L, narg, &isnum);
729 l = (int)lua_tointegerx(L, -1, &isnum);
H A Dlapi.c349 LUA_API lua_Integer lua_tointegerx (lua_State *L, int idx, int *isnum) { function
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp1444 style = lua_tointegerx(L, 2, NULL) & SkTypeface::kBoldItalic;
/external/skia/src/utils/
H A DSkLua.cpp1436 style = lua_tointegerx(L, 2, NULL) & SkTypeface::kBoldItalic;

Completed in 6915 milliseconds