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

Method _nGetPointsCount

shared/java/Path.java:1980–1980  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

1978 public static native boolean _nIsCubicDegenerate(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, boolean exact);
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);

Callers 1

getPointsCountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected