Searched defs:makeImageSnapshot (Results 1 – 7 of 7) sorted by relevance
56 sk_sp<SkSpecialImage> SkSpecialSurface::makeImageSnapshot() { in makeImageSnapshot() function in SkSpecialSurface
55 sk_sp<SkSpecialImage> SkSpecialSurface::makeImageSnapshot() { in makeImageSnapshot() function in SkSpecialSurface
165 sk_sp<SkImage> SkSurface::makeImageSnapshot() { in makeImageSnapshot() function in SkSurface169 sk_sp<SkImage> SkSurface::makeImageSnapshot(const SkIRect& srcBounds) { in makeImageSnapshot() function in SkSurface
196 sk_sp<SkImage> SkSurface::makeImageSnapshot() { in makeImageSnapshot() function in SkSurface200 sk_sp<SkImage> SkSurface::makeImageSnapshot(const SkIRect& srcBounds) { in makeImageSnapshot() function in SkSurface
240 makeImageSnapshot: function() {}, method
854 CanvasKit.Surface.prototype.makeImageSnapshot = function(optionalBoundsRect) { method in CanvasKit.Surface
2608 makeImageSnapshot(bounds?: InputIRect): Image; method