| Package | Description |
|---|---|
| org.bytedeco.skia | |
| org.bytedeco.skia.global |
| Modifier and Type | Method and Description |
|---|---|
sk_rsxform_t |
sk_rsxform_t.fSCos(float setter) |
sk_rsxform_t |
sk_rsxform_t.fSSin(float setter) |
sk_rsxform_t |
sk_rsxform_t.fTX(float setter) |
sk_rsxform_t |
sk_rsxform_t.fTY(float setter) |
sk_rsxform_t |
sk_rsxform_t.getPointer(long i) |
sk_rsxform_t |
sk_rsxform_t.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Skia.sk_canvas_draw_atlas(sk_canvas_t ccanvas,
sk_image_t atlas,
sk_rsxform_t xform,
sk_rect_t tex,
int[] colors,
int count,
int mode,
sk_rect_t cullRect,
sk_paint_t paint) |
static void |
Skia.sk_canvas_draw_atlas(sk_canvas_t ccanvas,
sk_image_t atlas,
sk_rsxform_t xform,
sk_rect_t tex,
IntBuffer colors,
int count,
int mode,
sk_rect_t cullRect,
sk_paint_t paint) |
static void |
Skia.sk_canvas_draw_atlas(sk_canvas_t ccanvas,
sk_image_t atlas,
sk_rsxform_t xform,
sk_rect_t tex,
IntPointer colors,
int count,
int mode,
sk_rect_t cullRect,
sk_paint_t paint) |
Copyright © 2021. All rights reserved.