| Package | Description |
|---|---|
| org.bytedeco.skia | |
| org.bytedeco.skia.global |
| Modifier and Type | Method and Description |
|---|---|
sk_colorspace_t |
sk_imageinfo_t.colorspace() |
| Modifier and Type | Method and Description |
|---|---|
sk_imageinfo_t |
sk_imageinfo_t.colorspace(sk_colorspace_t setter) |
| Modifier and Type | Method and Description |
|---|---|
static sk_colorspace_t |
Skia.sk_image_get_colorspace(sk_image_t arg0) |
| Modifier and Type | Method and Description |
|---|---|
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 void |
Skia.sk_paint_set_color4f(sk_paint_t paint,
sk_color4f_t color,
sk_colorspace_t colorspace) |
static sk_shader_t |
Skia.sk_shader_new_color4f(sk_color4f_t color,
sk_colorspace_t colorspace) |
static sk_shader_t |
Skia.sk_shader_new_linear_gradient_color4f(sk_point_t points,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_linear_gradient_color4f(sk_point_t points,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_linear_gradient_color4f(sk_point_t points,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_radial_gradient_color4f(sk_point_t center,
float radius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_radial_gradient_color4f(sk_point_t center,
float radius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_radial_gradient_color4f(sk_point_t center,
float radius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_sweep_gradient_color4f(sk_point_t center,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
float startAngle,
float endAngle,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_sweep_gradient_color4f(sk_point_t center,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
float startAngle,
float endAngle,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_sweep_gradient_color4f(sk_point_t center,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
float startAngle,
float endAngle,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_two_point_conical_gradient_color4f(sk_point_t start,
float startRadius,
sk_point_t end,
float endRadius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_two_point_conical_gradient_color4f(sk_point_t start,
float startRadius,
sk_point_t end,
float endRadius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_two_point_conical_gradient_color4f(sk_point_t start,
float startRadius,
sk_point_t end,
float endRadius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
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) |
static sk_surface_t |
Skia.sk_surface_new_metal_layer(gr_context_t context,
Pointer layer,
int origin,
int sampleCount,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props,
Pointer drawable) |
static sk_surface_t |
Skia.sk_surface_new_metal_layer(gr_context_t context,
Pointer layer,
int origin,
int sampleCount,
int colorType,
sk_colorspace_t colorspace,
sk_surfaceprops_t props,
PointerPointer drawable) |
Copyright © 2021. All rights reserved.