Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSampleTextureUpload.cpp46 void uploadRasterSurface(sk_sp<SkSurface> rasterSurface) { in uploadRasterSurface() argument
48 rasterSurface->peekPixels(&pixmap); in uploadRasterSurface()
/third_party/flutter/skia/samplecode/
DSampleTextureUpload.cpp46 void uploadRasterSurface(sk_sp<SkSurface> rasterSurface) { in uploadRasterSurface() argument
48 rasterSurface->peekPixels(&pixmap); in uploadRasterSurface()
/third_party/skia/tools/fiddle/
Dfiddle_main.cpp256 auto rasterSurface = SkSurface::MakeRaster(info); in main() local
258 draw(prepare_canvas(rasterSurface->getCanvas())); in main()
259 rasterData = encode_snapshot(rasterSurface); in main()
/third_party/flutter/skia/tools/fiddle/
Dfiddle_main.cpp282 auto rasterSurface = SkSurface::MakeRaster(info); in main() local
284 draw(prepare_canvas(rasterSurface->getCanvas())); in main()
285 rasterData = encode_snapshot(rasterSurface); in main()
/third_party/skia/site/docs/user/api/
Dskcanvas_creation.md33 sk_sp<SkSurface> rasterSurface =
35 SkCanvas* rasterCanvas = rasterSurface->getCanvas();
37 sk_sp<SkImage> img(rasterSurface->makeImageSnapshot());
/third_party/flutter/skia/site/user/api/
Dskcanvas_creation.md40 sk_sp<SkSurface> rasterSurface =
42 SkCanvas* rasterCanvas = rasterSurface->getCanvas();
44 sk_sp<SkImage> img(rasterSurface->makeImageSnapshot());
/third_party/flutter/skia/tests/
DDeferredDisplayListTest.cpp468 sk_sp<SkSurface> rasterSurface = SkSurface::MakeRaster(ii); in DDLSurfaceCharacterizationTestImpl() local
470 REPORTER_ASSERT(reporter, !rasterSurface->characterize(&c)); in DDLSurfaceCharacterizationTestImpl()
/third_party/skia/tests/
DDeferredDisplayListTest.cpp476 sk_sp<SkSurface> rasterSurface = SkSurface::MakeRaster(ii); in DDLSurfaceCharacterizationTestImpl() local
478 REPORTER_ASSERT(reporter, !rasterSurface->characterize(&c)); in DDLSurfaceCharacterizationTestImpl()