Lines Matching full:sk_sp
156 sk_sp<SkImage> SkSurface::makeImageSnapshot() {
160 sk_sp<SkSurface> SkSurface::makeSurface(const SkImageInfo& info) {
231 sk_sp<SkSurface> onNewSurface(const SkImageInfo& info) override {
234 sk_sp<SkImage> onNewImageSnapshot() override { return nullptr; }
239 sk_sp<SkSurface> SkSurface::MakeNull(int width, int height) {
243 return sk_sp<SkSurface>(new SkNullSurface(width, height));
250 sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, int,
255 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
257 sk_sp<SkColorSpace>, const SkSurfaceProps*) {
261 sk_sp<SkSurface> SkSurface::MakeFromBackendTexture(GrContext*, const GrBackendTexture&,
263 SkColorType, sk_sp<SkColorSpace>,
268 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
271 sk_sp<SkColorSpace>,
276 sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
280 sk_sp<SkColorSpace>,
285 sk_sp<SkSurface> SkSurface::MakeFromBackendTextureAsRenderTarget(GrContext*,
289 sk_sp<SkColorSpace>,
294 sk_sp<SkSurface> SkSurface::MakeFromBackendTextureAsRenderTarget(GrContext*,
299 sk_sp<SkColorSpace>,