static sk_image_t |
Skia.sk_image_new_from_adopted_texture(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int colorType,
int alpha,
sk_colorspace_t colorSpace) |
static sk_image_t |
Skia.sk_image_new_from_texture(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int colorType,
int alpha,
sk_colorspace_t colorSpace,
sk_image_texture_release_proc releaseProc,
Pointer releaseContext) |
static sk_surface_t |
Skia.sk_surface_new_backend_render_target(gr_context_t context,
gr_backendrendertarget_t target,
int origin,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props) |
static sk_surface_t |
Skia.sk_surface_new_backend_texture_as_render_target(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int samples,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props) |
static sk_surface_t |
Skia.sk_surface_new_backend_texture(gr_context_t context,
gr_backendtexture_t texture,
int origin,
int samples,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props) |