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

Method _nGetPoint

shared/java/Path.java:1981–1981  ·  view source on GitHub ↗
(long ptr, int index)

Source from the content-addressed store, hash-verified

1979 public static native Point[] _nMaybeGetAsLine(long ptr);
1980 public static native int _nGetPointsCount(long ptr);
1981 public static native Point _nGetPoint(long ptr, int index);
1982 public static native int _nGetPoints(long ptr, Point[] points, int max);
1983 public static native int _nCountVerbs(long ptr);
1984 public static native int _nGetVerbs(long ptr, byte[] verbs, int max);

Callers 1

getPointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected