| Package | Description |
|---|---|
| org.bytedeco.skia | |
| org.bytedeco.skia.global |
| Modifier and Type | Method and Description |
|---|---|
sk_ipoint_t |
sk_ipoint_t.position(long position) |
sk_ipoint_t |
sk_ipoint_t.x(float setter) |
sk_ipoint_t |
sk_ipoint_t.y(float setter) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Skia.sk_bitmap_extract_alpha(sk_bitmap_t cbitmap,
sk_bitmap_t dst,
sk_paint_t paint,
sk_ipoint_t offset) |
static sk_image_t |
Skia.sk_image_make_with_filter(sk_image_t cimage,
sk_imagefilter_t filter,
sk_irect_t subset,
sk_irect_t clipBounds,
sk_irect_t outSubset,
sk_ipoint_t outOffset) |
static sk_imagefilter_t |
Skia.sk_imagefilter_new_matrix_convolution(sk_isize_t kernelSize,
float[] kernel,
float gain,
float bias,
sk_ipoint_t kernelOffset,
int tileMode,
boolean convolveAlpha,
sk_imagefilter_t input,
sk_imagefilter_croprect_t cropRect) |
static sk_imagefilter_t |
Skia.sk_imagefilter_new_matrix_convolution(sk_isize_t kernelSize,
FloatBuffer kernel,
float gain,
float bias,
sk_ipoint_t kernelOffset,
int tileMode,
boolean convolveAlpha,
sk_imagefilter_t input,
sk_imagefilter_croprect_t cropRect) |
static sk_imagefilter_t |
Skia.sk_imagefilter_new_matrix_convolution(sk_isize_t kernelSize,
FloatPointer kernel,
float gain,
float bias,
sk_ipoint_t kernelOffset,
int tileMode,
boolean convolveAlpha,
sk_imagefilter_t input,
sk_imagefilter_croprect_t cropRect) |
Copyright © 2019. All rights reserved.