Searched refs:make_surface (Results 1 – 2 of 2) sorted by relevance
24 static SkSurface* make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo, in make_surface() function94 SkAutoTUnref<SkSurface> surface(make_surface(ctx, info, rec[i].fGeo, in onDraw()
19 static SkSurface* make_surface(SkCanvas* canvas, const SkImageInfo& info) { in make_surface() function211 surface.reset(make_surface(canvas, info)); in drawHere()