Lines Matching full:sk_sp
156 sk_sp<SkImage> SkSurface::makeImageSnapshot() {
160 sk_sp<SkSurface> SkSurface::makeSurface(const SkImageInfo& info) {
255 sk_sp<SkSurface> onNewSurface(const SkImageInfo& info) override {
258 sk_sp<SkImage> onNewImageSnapshot() override { return nullptr; }
264 sk_sp<SkSurface> SkSurface::MakeNull(int width, int height) {
268 return sk_sp<SkSurface>(new SkNullSurface(width, height));
275 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, int,
280 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
282 sk_sp<SkColorSpace>, const SkSurfaceProps*) {
286 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
288 SkColorType, sk_sp<SkColorSpace>,
293 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
296 sk_sp<SkColorSpace>,
301 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
305 sk_sp<SkColorSpace>,
310 sk_sp<SkSurface> SkSurface::MakeFromBackendTextureAsRenderTarget(GrContext*,
314 sk_sp<SkColorSpace>,
319 sk_sp<SkSurface> SkSurface::MakeFromBackendTextureAsRenderTarget(GrContext*,
324 sk_sp<SkColorSpace>,