MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nMakeSweepGradientCS

Method _nMakeSweepGradientCS

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

Source from the content-addressed store, hash-verified

402 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);
403 public static native long _nMakeSweepGradient(float x, float y, float startAngle, float endAngle, int[] colors, float[] positions, int tileType, int flags, float[] matrix);
404 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);
405 public static native long _nMakeFractalNoise(float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, int tileSizeX, int tileSizeY);
406 public static native long _nMakeTurbulence(float baseFrequencyX, float baseFrequencyY, int numOctaves, float seed, int tileSizeX, int tileSizeY);
407 public static native long _nMakeEmpty();

Callers 1

makeSweepGradientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected