Searched refs:make_surface (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/tests/ |
H A D | Skbug6653.cpp | 26 static sk_sp<SkSurface> make_surface(GrRecordingContext* rContext) { in make_surface() function 48 auto s0 = make_surface(dContext); in test_bug_6653() 54 auto s1 = make_surface(dContext); in test_bug_6653() 61 auto s2 = make_surface(dContext); in test_bug_6653() 66 auto s3 = make_surface(dContext); in test_bug_6653() 71 auto s4 = make_surface(dContext); in test_bug_6653()
|
/third_party/skia/gm/ |
H A D | surface.cpp | 47 static sk_sp<SkSurface> make_surface(GrRecordingContext* ctx, in make_surface() function 108 auto surface(make_surface(ctx, info, rec.fGeo)); 183 static sk_sp<SkSurface> make_surface(const SkImageInfo& ii, SkCanvas* canvas, SurfaceType type) { in make_surface() function 207 return make_surface(ii, canvas, SurfaceType::kManaged); \ 219 auto make = [canvas](const SkImageInfo& ii) { return make_surface(ii, canvas, type); }; \
|
H A D | ninepatchstretch.cpp | 22 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function 32 auto surface(make_surface(root, kSize)); in make_image()
|
H A D | lattice.cpp | 26 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function 38 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 243 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage()
|
/third_party/skia/experimental/c-api-example/ |
H A D | skia-c-example.c | 17 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function 78 sk_surface_t* surface = make_surface(640, 480); in main()
|
/third_party/skia/fuzz/ |
H A D | FuzzCreateDDL.cpp | 28 * (make_surface) create a GPU backend surface of the same GrDirectContext 173 static sk_sp<SkSurface> make_surface(Fuzz* fuzz, GrDirectContext* dContext, const SkImageInfo& ii, in make_surface() function 197 auto surface = make_surface(fuzz, dContext, ii, origin); in create_surface_and_characterization()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 1505 auto make_surface = [=](int w, int h) { in drawSlide() local 1527 offscreenSurface = make_surface(fWindow->width(), fWindow->height()); in drawSlide()
|
Completed in 7 milliseconds