Searched refs:lua_pushboolean (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcorolib.c55 lua_pushboolean(L, 0);
60 lua_pushboolean(L, 1);
134 lua_pushboolean(L, ismain);
H A Dlbaselib.c128 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) */
H A Dloslib.c86 lua_pushboolean(L, stat); /* true if there is a shell */
144 lua_pushboolean(L, value);
H A Dlbitlib.c54 lua_pushboolean(L, r != 0);
H A Dlua.c452 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */
475 lua_pushboolean(L, 1); /* signal no errors */
H A Dloadlib.c294 lua_pushboolean(L, 1); /* return 'true' */
525 lua_pushboolean(L, 1); /* use true as result */
H A Dldblib.c84 lua_pushboolean(L, v);
H A Dlua.h215 LUA_API void (lua_pushboolean) (lua_State *L, int b);
H A Dlauxlib.c210 lua_pushboolean(L, 1);
254 lua_pushboolean(L, 1);
H A Dliolib.c309 lua_pushboolean(L, toclose); /* close/not close file when finished */
H A Dlapi.c577 LUA_API void lua_pushboolean (lua_State *L, int b) { function
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp127 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(
[all...]
/external/skia/src/utils/
H A DSkLua.cpp124 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(
[all...]

Completed in 3351 milliseconds