Home | History | Annotate | Download | only in utils

Lines Matching refs:lua_pushboolean

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());
664 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isDevKernText());
669 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isLCDRenderText());
674 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isEmbeddedBitmapText());
679 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAutohinted());
684 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isVerticalText());
775 lua_pushboolean(L, SkPaint::kStroke_Style == get_obj<SkPaint>(L, 1)->getStyle());
1173 lua_pushboolean(L, get_obj<SkPath>(L, 1)->isEmpty());
1181 lua_pushboolean(L, pred);
1202 lua_pushboolean(L, pred);