Home | History | Annotate | Download | only in api

Lines Matching full:sk_sp

76 static sk_sp<SkSurface> MakeRasterDirect(const SkImageInfo& imageInfo, void* pixels, size_t rowBytes,
136 static sk_sp<SkSurface> MakeRasterDirectReleaseProc(const SkImageInfo& imageInfo, void* pixels,
204 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo, size_t rowBytes,
262 static sk_sp<SkSurface> MakeRaster(const SkImageInfo& imageInfo,
305 static sk_sp<SkSurface> MakeRasterN32Premul(int width, int height,
361 static sk_sp<SkSurface> MakeFromBackendTexture(GrContext* context,
364 sk_sp<SkColorSpace> colorSpace,
414 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(context,
419 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
433 static sk_sp&lt;SkSurface&gt; MakeFromBackendTexture(GrContext* context,
437 sk_sp&lt;SkColorSpace&gt; colorSpace,
492 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTexture(context,
498 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
513 static sk_sp&lt;SkSurface&gt; MakeFromBackendRenderTarget(GrContext* context,
516 sk_sp&lt;SkColorSpace&gt; colorSpace,
563 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendRenderTarget(context,
568 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
582 static sk_sp&lt;SkSurface&gt; MakeFromBackendRenderTarget(GrContext* context,
585 sk_sp&lt;SkColorSpace&gt; colorSpace,
637 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendRenderTarget(context,
643 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
658 static sk_sp&lt;SkSurface&gt; MakeFromBackendTextureAsRenderTarget(GrContext* context,
661 sk_sp&lt;SkColorSpace&gt; colorSpace,
705 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTextureAsRenderTarget(
711 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
725 static sk_sp&lt;SkSurface&gt; MakeFromBackendTextureAsRenderTarget(GrContext* context,
728 SkColorType colorType, sk_sp&lt;SkColorSpace&gt; colorSpace,
777 sk_sp<SkSurface> gpuSurface = SkSurface::MakeFromBackendTextureAsRenderTarget(
783 sk_sp<SkImage> image(gpuSurface->makeImageSnapshot());
798 static sk_sp&lt;SkSurface&gt; MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
860 static sk_sp&lt;SkSurface&gt; MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
915 static sk_sp&lt;SkSurface&gt; MakeRenderTarget(GrContext* context, SkBudgeted budgeted,
957 static sk_sp&lt;SkSurface&gt; MakeNull(int width, int height)
1306 sk_sp&lt;SkSurface&gt; makeSurface(const SkImageInfo& imageInfo)
1342 sk_sp&lt;SkImage&gt; makeImageSnapshot()