Home
last modified time | relevance | path

Searched defs:make_surface (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/c-api-example/
Dskia-c-example.c17 static sk_surface_t* make_surface(int32_t w, int32_t h) { in make_surface() function
/third_party/skia/tests/
DSkbug6653.cpp26 static sk_sp<SkSurface> make_surface(GrRecordingContext* rContext) { in make_surface() function
/third_party/skia/gm/
Dninepatchstretch.cpp22 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N) { in make_surface() function
Dsurface.cpp47 static sk_sp<SkSurface> make_surface(GrRecordingContext* ctx, in make_surface() function
183 static sk_sp<SkSurface> make_surface(const SkImageInfo& ii, SkCanvas* canvas, SurfaceType type) { in make_surface() function
Dlattice.cpp26 static sk_sp<SkSurface> make_surface(SkCanvas* root, int N, int padLeft, int padTop, in make_surface() function
/third_party/skia/fuzz/
DFuzzCreateDDL.cpp173 static sk_sp<SkSurface> make_surface(Fuzz* fuzz, GrDirectContext* dContext, const SkImageInfo& ii, in make_surface() function
/third_party/skia/tools/viewer/
DViewer.cpp1505 auto make_surface = [=](int w, int h) { in drawSlide() local