Lines Matching refs:SkSurface
32 #include "SkSurface.h"
70 DEF_MTNAME(SkSurface)
1550 lua_pushinteger(L, get_ref<SkSurface>(L, 1)->width());
1555 lua_pushinteger(L, get_ref<SkSurface>(L, 1)->height());
1560 SkCanvas* canvas = get_ref<SkSurface>(L, 1)->getCanvas();
1575 sk_sp<SkImage> image = get_ref<SkSurface>(L, 1)->makeImageSnapshot();
1588 auto surface = get_ref<SkSurface>(L, 1)->makeSurface(info);
1598 get_ref<SkSurface>(L, 1)->unref();
1941 auto surface = SkSurface::MakeRaster(info, &props);
2012 REG_CLASS(L, SkSurface);