MCPcopy Create free account
hub / github.com/JetBrains/skija / _nMakeSweepGradient

Method _nMakeSweepGradient

shared/java/Shader.java:238–238  ·  view source on GitHub ↗
(float x, float y, float startAngle, float endAngle, int[] colors, float[] positions, int tileType, int flags, float[] matrix)

Source from the content-addressed store, hash-verified

236 public static native long _nMakeTwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] positions, int tileType, int flags, float[] matrix);
237 public static native long _nMakeTwoPointConicalGradientCS(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, long colorSpacePtr, float[] positions, int tileType, int flags, float[] matrix);
238 public static native long _nMakeSweepGradient(float x, float y, float startAngle, float endAngle, int[] colors, float[] positions, int tileType, int flags, float[] matrix);
239 public static native long _nMakeSweepGradientCS(float x, float y, float startAngle, float endAngle, float[] colors, long colorSpacePtr, float[] positions, int tileType, int flags, float[] matrix);
240 public static native long _nMakeEmpty();
241 public static native long _nMakeColor(int color);

Callers 1

makeSweepGradientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected