SKSurface.Create
- SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType)
- SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType, SKSurfaceProps props)
- SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType, void* pixels, int rowBytes)
- SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType, void* pixels, int rowBytes, SKSurfaceProps props)
- SKSurface Create(SKImageInfo info, SKSurfaceProps props)
- SKSurface Create(SKImageInfo info)
- SKSurface Create(SKImageInfo info, int rowBytes)
- SKSurface Create(SKImageInfo info, SKSurfaceProperties props)
- SKSurface Create(SKImageInfo info, int rowBytes, SKSurfaceProperties props)
- SKSurface Create(SKPixmap pixmap, SKSurfaceProps props)
- SKSurface Create(SKPixmap pixmap)
- SKSurface Create(SKPixmap pixmap, SKSurfaceProperties props)
- SKSurface Create(SKImageInfo info, void* pixels, int rowBytes, SKSurfaceProps props)
- SKSurface Create(SKImageInfo info, void* pixels)
- SKSurface Create(SKImageInfo info, void* pixels, int rowBytes)
- SKSurface Create(SKImageInfo info, void* pixels, SKSurfaceProperties props)
- SKSurface Create(SKImageInfo info, void* pixels, int rowBytes, SKSurfaceProperties props)
- SKSurface Create(GRContext context, GRBackendRenderTargetDesc desc)
- SKSurface Create(GRContext context, GRBackendRenderTargetDesc desc, SKSurfaceProps props)
- SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, SKColorType colorType)
- SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType)
- SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType, SKColorSpace colorspace)
- SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, SKColorType colorType, SKSurfaceProperties props)
- SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType, SKSurfaceProperties props)
- SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType, SKColorSpace colorspace, SKSurfaceProperties props)
- SKSurface Create(GRContext context, GRGlBackendTextureDesc desc)
- SKSurface Create(GRContext context, GRBackendTextureDesc desc)
- SKSurface Create(GRContext context, GRGlBackendTextureDesc desc, SKSurfaceProps props)
- SKSurface Create(GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props)
- SKSurface Create(GRContext context, GRBackendTexture texture, SKColorType colorType)
- SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, SKColorType colorType)
- SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType)
- SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType, SKColorSpace colorspace)
- SKSurface Create(GRContext context, GRBackendTexture texture, SKColorType colorType, SKSurfaceProperties props)
- SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, SKColorType colorType, SKSurfaceProperties props)
- SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType, SKSurfaceProperties props)
- SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType, SKColorSpace colorspace, SKSurfaceProperties props)
- SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, SKSurfaceProps props)
- SKSurface Create(GRContext context, bool budgeted, SKImageInfo info)
- SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount)
- SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, GRSurfaceOrigin origin)
- SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, SKSurfaceProperties props)
- SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, SKSurfaceProperties props)
- SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, GRSurfaceOrigin origin, SKSurfaceProperties props, bool shouldCreateWithMips)
skia SKSurface SKSurface
constructorsfunctionsstatic functions