Searched refs:lua2int_def (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/utils/ |
H A D | SkLua.cpp | 169 static int lua2int_def(lua_State* L, int index, int defaultValue) { function 710 int width = lua2int_def(L, 2, 0); 711 int height = lua2int_def(L, 3, 0); 937 int level = lua2int_def(L, 2, -1); 1764 int width = lua2int_def(L, 2, 0); 1765 int height = lua2int_def(L, 3, 0); 2057 int width = lua2int_def(L, 1, 0); 2058 int height = lua2int_def(L, 2, 0);
|
Completed in 36 milliseconds