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

Method _nMakeDash

shared/java/PathEffect.java:78–78  ·  view source on GitHub ↗
(float[] intervals, float phase)

Source from the content-addressed store, hash-verified

76 public static native long _nMakeLine2D(float width, float[] matrix);
77 public static native long _nMakeCorner(float radius);
78 public static native long _nMakeDash(float[] intervals, float phase);
79 public static native long _nMakeDiscrete(float segLength, float dev, int seed);
80}

Callers 1

makeDashMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected