Home
last modified time | relevance | path

Searched refs:make_surface (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/c-api-example/
Dskia-c-example.c16 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function
75 sk_surface_t* surface = make_surface(640, 480); in main()
Dc.md37 static sk_surface_t* make_surface(int32_t w, int32_t h) {
96 sk_surface_t* surface = make_surface(640, 480);
/external/skia/gm/
Dninepatchstretch.cpp11 static SkSurface* make_surface(SkCanvas* root, int N) { in make_surface() function
25 SkAutoTUnref<SkSurface> surface(make_surface(root, kSize)); in make_image()
Dsurface.cpp24 static SkSurface* make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo, in make_surface() function
95 SkAutoTUnref<SkSurface> surface(make_surface(ctx, info, rec[i].fGeo, in onDraw()
/external/skia/samplecode/
DSampleFilterQuality.cpp22 static SkSurface* make_surface(SkCanvas* canvas, const SkImageInfo& info) { in make_surface() function
239 surface.reset(make_surface(canvas, info)); in drawHere()