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

Method _nMakeLinearGradientCS

shared/java/Shader.java:233–233  ·  view source on GitHub ↗
(float x0, float y0, float x1, float y1, float[] colors, long colorSpacePtr, float[] positions, int tileType, int flags, float[] matrix)

Source from the content-addressed store, hash-verified

231 public static native long _nMakeWithColorFilter(long ptr, long colorFilterPtr);
232 public static native long _nMakeLinearGradient(float x0, float y0, float x1, float y1, int[] colors, float[] positions, int tileType, int flags, float[] matrix);
233 public static native long _nMakeLinearGradientCS(float x0, float y0, float x1, float y1, float[] colors, long colorSpacePtr, float[] positions, int tileType, int flags, float[] matrix);
234 public static native long _nMakeRadialGradient(float x, float y, float r, int[] colors, float[] positions, int tileType, int flags, float[] matrix);
235 public static native long _nMakeRadialGradientCS(float x, float y, float r, float[] colors, long colorSpacePtr, float[] positions, int tileType, int flags, float[] matrix);
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);

Callers 1

makeLinearGradientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected