Lines Matching refs:lua_pushnumber
169 lua_pushnumber(L, value); in setfield_number()
229 lua_pushnumber(L, value); in setarray_number()
274 lua_pushnumber(fL, (double)value); in pushU32()
279 lua_pushnumber(fL, SkScalarToLua(value)); in pushScalar()
575 lua_pushnumber(L, get_ref<SkCanvas>(L, 1)->getSaveCount()); in lcanvas_getSaveCount()
1263 lua_pushnumber(L, get_obj<SkMatrix>(L,1)->getScaleX()); in lmatrix_getScaleX()
1268 lua_pushnumber(L, get_obj<SkMatrix>(L,1)->getScaleY()); in lmatrix_getScaleY()
1273 lua_pushnumber(L, get_obj<SkMatrix>(L,1)->getTranslateX()); in lmatrix_getTranslateX()
1278 lua_pushnumber(L, get_obj<SkMatrix>(L,1)->getTranslateY()); in lmatrix_getTranslateY()
1290 lua_pushnumber(L, pt.x()); in lmatrix_mapXY()
1291 lua_pushnumber(L, pt.y()); in lmatrix_mapXY()
1590 lua_pushnumber(L, v.fX); in lrrect_radii()
1591 lua_pushnumber(L, v.fY); in lrrect_radii()
1761 lua_pushnumber(L, get_ref<SkPicture>(L, 1)->cullRect().width()); in lpicture_width()
1766 lua_pushnumber(L, get_ref<SkPicture>(L, 1)->cullRect().height()); in lpicture_height()
1829 lua_pushnumber(L, get_ref<SkFontStyle>(L, 1)->weight()); in lfontstyle_weight()
1834 lua_pushnumber(L, get_ref<SkFontStyle>(L, 1)->width()); in lfontstyle_width()
1839 lua_pushnumber(L, get_ref<SkFontStyle>(L, 1)->slant()); in lfontstyle_slant()