HomeSort by relevance Sort by last modified time
    Searched refs:lua_isfunction (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/samplecode/
SampleLua.cpp 119 if (!lua_isfunction(L, -1)) {
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 123 else if (lua_isfunction(L, arg+1)) {
168 if (lua_isfunction(L, arg + 1)) { /* function argument? */
265 if (lua_isfunction(L, -1)) {
loadlib.c 496 if (lua_isfunction(L, -2)) /* did it find a loader? */
561 if (lua_isfunction(L, i)) { /* avoid 'calling' extra info. */
lua.h 331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
  /external/chromium_org/third_party/skia/tools/lua/
lua_pictures.cpp 53 if (!lua_isfunction(L, -1)) {
  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 20 if (!lua_isfunction(L, -1)) {
SkLua.cpp     [all...]

Completed in 51 milliseconds