|
| SweepGradient (float x, float y, float startAngle, float endAngle, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| SweepGradient (float x, float y, float startAngle, float endAngle, int[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
| SweepGradient (float x, float y, int[] colors, float[] pos) throws IllegalArgumentException |
|
| SweepGradient (float x, float y, float startAngle, float endAngle, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) throws IllegalArgumentException |
|
| SweepGradient (float x, float y, float startAngle, float endAngle, float[] colors, float[] pos, TileMode tm) throws IllegalArgumentException |
|
| SweepGradient (float x, float y, float[] colors, float[] pos) throws IllegalArgumentException |
|
void | release () |
|
Definition at line 13 of file SweepGradient.java.
◆ SweepGradient() [1/6]
org.skia.jetski.SweepGradient.SweepGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
startAngle, |
|
|
float |
endAngle, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
Definition at line 14 of file SweepGradient.java.
16 {
18 (c,
p, t,
m) -> nMakeSweep(
x,
y,
startAngle, endAngle, c,
p, t,
m));
19 }
PODArray< SkColor > colors
◆ SweepGradient() [2/6]
org.skia.jetski.SweepGradient.SweepGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
startAngle, |
|
|
float |
endAngle, |
|
|
int[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm |
|
) |
| throws IllegalArgumentException |
|
inline |
◆ SweepGradient() [3/6]
org.skia.jetski.SweepGradient.SweepGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
int[] |
colors, |
|
|
float[] |
pos |
|
) |
| throws IllegalArgumentException |
|
inline |
◆ SweepGradient() [4/6]
org.skia.jetski.SweepGradient.SweepGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
startAngle, |
|
|
float |
endAngle, |
|
|
float[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm, |
|
|
@Nullable Matrix |
localMatrix |
|
) |
| throws IllegalArgumentException |
|
inline |
Definition at line 31 of file SweepGradient.java.
33 {
35 (c,
p, t,
m) -> nMakeSweep(
x,
y,
startAngle, endAngle, c,
p, t,
m));
36 }
◆ SweepGradient() [5/6]
org.skia.jetski.SweepGradient.SweepGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
startAngle, |
|
|
float |
endAngle, |
|
|
float[] |
colors, |
|
|
float[] |
pos, |
|
|
TileMode |
tm |
|
) |
| throws IllegalArgumentException |
|
inline |
◆ SweepGradient() [6/6]
org.skia.jetski.SweepGradient.SweepGradient |
( |
float |
x, |
|
|
float |
y, |
|
|
float[] |
colors, |
|
|
float[] |
pos |
|
) |
| throws IllegalArgumentException |
|
inline |
The documentation for this class was generated from the following file:
- third_party/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/SweepGradient.java