SKSurface.Create

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType)
  2. SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType, SKSurfaceProps props)
  3. SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType, void* pixels, int rowBytes)
    class SKSurface
  4. SKSurface Create(int width, int height, SKColorType colorType, SKAlphaType alphaType, void* pixels, int rowBytes, SKSurfaceProps props)
  5. SKSurface Create(SKImageInfo info, SKSurfaceProps props)
  6. SKSurface Create(SKImageInfo info)
  7. SKSurface Create(SKImageInfo info, int rowBytes)
  8. SKSurface Create(SKImageInfo info, SKSurfaceProperties props)
  9. SKSurface Create(SKImageInfo info, int rowBytes, SKSurfaceProperties props)
  10. SKSurface Create(SKPixmap pixmap, SKSurfaceProps props)
  11. SKSurface Create(SKPixmap pixmap)
  12. SKSurface Create(SKPixmap pixmap, SKSurfaceProperties props)
  13. SKSurface Create(SKImageInfo info, void* pixels, int rowBytes, SKSurfaceProps props)
  14. SKSurface Create(SKImageInfo info, void* pixels)
  15. SKSurface Create(SKImageInfo info, void* pixels, int rowBytes)
  16. SKSurface Create(SKImageInfo info, void* pixels, SKSurfaceProperties props)
  17. SKSurface Create(SKImageInfo info, void* pixels, int rowBytes, SKSurfaceProperties props)
  18. SKSurface Create(GRContext context, GRBackendRenderTargetDesc desc)
  19. SKSurface Create(GRContext context, GRBackendRenderTargetDesc desc, SKSurfaceProps props)
  20. SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, SKColorType colorType)
  21. SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType)
  22. SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType, SKColorSpace colorspace)
  23. SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, SKColorType colorType, SKSurfaceProperties props)
  24. SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType, SKSurfaceProperties props)
  25. SKSurface Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType, SKColorSpace colorspace, SKSurfaceProperties props)
  26. SKSurface Create(GRContext context, GRGlBackendTextureDesc desc)
  27. SKSurface Create(GRContext context, GRBackendTextureDesc desc)
  28. SKSurface Create(GRContext context, GRGlBackendTextureDesc desc, SKSurfaceProps props)
  29. SKSurface Create(GRContext context, GRBackendTextureDesc desc, SKSurfaceProps props)
  30. SKSurface Create(GRContext context, GRBackendTexture texture, SKColorType colorType)
  31. SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, SKColorType colorType)
  32. SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType)
  33. SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType, SKColorSpace colorspace)
  34. SKSurface Create(GRContext context, GRBackendTexture texture, SKColorType colorType, SKSurfaceProperties props)
  35. SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, SKColorType colorType, SKSurfaceProperties props)
  36. SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType, SKSurfaceProperties props)
  37. SKSurface Create(GRContext context, GRBackendTexture texture, GRSurfaceOrigin origin, int sampleCount, SKColorType colorType, SKColorSpace colorspace, SKSurfaceProperties props)
  38. SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, SKSurfaceProps props)
  39. SKSurface Create(GRContext context, bool budgeted, SKImageInfo info)
  40. SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount)
  41. SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, GRSurfaceOrigin origin)
  42. SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, SKSurfaceProperties props)
  43. SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, SKSurfaceProperties props)
  44. SKSurface Create(GRContext context, bool budgeted, SKImageInfo info, int sampleCount, GRSurfaceOrigin origin, SKSurfaceProperties props, bool shouldCreateWithMips)

Meta