Home
last modified time | relevance | path

Searched defs:makeImageSnapshot (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/image/
H A DSkSurface.cpp90 sk_sp<SkImage> SkSurface::makeImageSnapshot() { in makeImageSnapshot() function in SkSurface
94 sk_sp<SkImage> SkSurface::makeImageSnapshot(const SkIRect& srcBounds) { in makeImageSnapshot() function in SkSurface
/aosp_15_r20/external/skia/modules/jetski/src/
H A DSurface.h38 sk_sp<SkImage> makeImageSnapshot() const { in makeImageSnapshot() function
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DSurface.java57 public Image makeImageSnapshot() { in makeImageSnapshot() method in Surface
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dinterface.js1009 CanvasKit.Surface.prototype.makeImageSnapshot = function(optionalBoundsRect) { method in CanvasKit.Surface
H A Dexterns.js774 makeImageSnapshot: function() {}, method
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts3046 makeImageSnapshot(bounds?: InputIRect): Image; method