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

Method _nMakePolygon

shared/java/Path.java:1257–1257  ·  view source on GitHub ↗
(float[] coords, boolean isClosed, int fillMode, boolean isVolatile)

Source from the content-addressed store, hash-verified

1255 public static native long _nMakeCircle(float x, float y, float radius, int dir);
1256 public static native long _nMakeRRect(float l, float t, float r, float b, float[] radii, int dir, int startIndex);
1257 public static native long _nMakePolygon(float[] coords, boolean isClosed, int fillMode, boolean isVolatile);
1258 public static native long _nMakeLine(float x0, float y0, float x1, float y1);
1259 public static native long _nMakeFromSVGString(String s);
1260 public static native long _nMake(int fillMode);

Callers 1

makePolygonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected