Home
last modified time | relevance | path

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

/third_party/flutter/skia/example/
DSkiaSDLExample.cpp249 sk_sp<SkSurface> cpuSurface(SkSurface::MakeRaster(canvas->imageInfo())); local
251 SkCanvas* offscreen = cpuSurface->getCanvas();
257 sk_sp<SkImage> image = cpuSurface->makeImageSnapshot();