Lines Matching full:sk_sp
86 static sk_sp<SkSurface> MakeRasterDirect(const SkImageInfo& imageInfo, void* pixels, size_t rowBytes,
146 static sk_sp<SkSurface> MakeRasterDirectReleaseProc(const SkImageInfo& imageInfo, void* pixels,
214 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo, size_t rowBytes,
272 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo,
315 static sk_sp<SkSurface> MakeRasterN32Premul(int width, int height,
371 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* context,
374 sk_sp<SkColorSpace> colorSpace,
424 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(context,
429 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
443 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* context,
447 sk_sp<SkColorSpace> colorSpace,
502 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(context,
508 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
523 static sk_sp<SkSurface> MakeFromBackendRenderTarget(GrContext* context,
526 sk_sp<SkColorSpace> colorSpace,
573 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendRenderTarget(context,
578 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
592 static sk_sp<SkSurface> MakeFromBackendRenderTarget(GrContext* context,
595 sk_sp<SkColorSpace> colorSpace,
647 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendRenderTarget(context,
653 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
668 static sk_sp<SkSurface> MakeFromBackendTextureAsRenderTarget(GrContext* context,
671 sk_sp<SkColorSpace> colorSpace,
715 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTextureAsRenderTarget(
721 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
735 static sk_sp<SkSurface> MakeFromBackendTextureAsRenderTarget(GrContext* context,
738 SkColorType colorType, sk_sp<SkColorSpace> colorSpace,
787 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTextureAsRenderTarget(
793 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
808 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
870 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
925 static sk_sp<SkSurface> MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
967 static sk_sp<SkSurface> MakeNull(int width, int height)
1331 sk_sp<SkSurface> makeSurface(const SkImageInfo& imageInfo)
1367 sk_sp<SkImage> makeImageSnapshot()