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

Method makeDash

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

Source from the content-addressed store, hash-verified

55 }
56
57 public static PathEffect makeDash(float[] intervals, float phase) {
58 Stats.onNativeCall();
59 return new PathEffect(_nMakeDash(intervals, phase));
60 }
61
62 public static PathEffect makeDiscrete(float segLength, float dev, int seed) {
63 Stats.onNativeCall();

Callers 5

FontSceneMethod · 0.95
drawConstraintsMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawFillWithPaintMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeDashMethod · 0.95

Tested by

no test coverage detected