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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 55 lua_pushboolean(L, 0);
60 lua_pushboolean(L, 1);
134 lua_pushboolean(L, ismain);
lbaselib.c 128 lua_pushboolean(L, lua_rawequal(L, 1, 2));
178 lua_pushboolean(L, res);
372 lua_pushboolean(L, 0);
376 lua_pushboolean(L, status); /* first result (status) */
loslib.c 86 lua_pushboolean(L, stat); /* true if there is a shell */
144 lua_pushboolean(L, value);
lbitlib.c 54 lua_pushboolean(L, r != 0);
lua.c 452 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */
475 lua_pushboolean(L, 1); /* signal no errors */
loadlib.c 294 lua_pushboolean(L, 1); /* return 'true' */
525 lua_pushboolean(L, 1); /* use true as result */
ldblib.c 84 lua_pushboolean(L, v);
lua.h 215 LUA_API void (lua_pushboolean) (lua_State *L, int b);
lauxlib.c 210 lua_pushboolean(L, 1);
254 lua_pushboolean(L, 1);
liolib.c 309 lua_pushboolean(L, toclose); /* close/not close file when finished */
lapi.c 577 LUA_API void lua_pushboolean (lua_State *L, int b) { function
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 127 lua_pushboolean(L, true);
143 lua_pushboolean(L, value);
167 lua_pushboolean(fL, value);
632 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAntiAlias());
642 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isDither());
647 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isUnderlineText());
652 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isStrikeThruText());
657 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isFakeBoldText());
662 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isLinearText());
667 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isSubpixelText())
    [all...]
  /external/skia/src/utils/
SkLua.cpp 124 lua_pushboolean(L, true);
140 lua_pushboolean(L, value);
164 lua_pushboolean(fL, value);
624 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAntiAlias());
634 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isDither());
639 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isUnderlineText());
644 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isStrikeThruText());
649 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isFakeBoldText());
654 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isLinearText());
659 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isSubpixelText())
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 82 %{ lua_pushboolean(L,(int)($1!=0)); SWIG_arg++;%}
90 %{ lua_pushboolean(L,(int)((*$1)!=0)); SWIG_arg++;%}
lua.swg 172 %{lua_pushboolean(L,(int)($1==true));SWIG_fail; %}
typemaps.i 91 %{ lua_pushboolean(L, (int)((*$1)!=0)); SWIG_arg++;%}
luarun.swg     [all...]

Completed in 240 milliseconds