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

Method _nMakeRect

shared/java/Path.java:1253–1253  ·  view source on GitHub ↗
(float l, float t, float r, float b, int dir, int startIndex)

Source from the content-addressed store, hash-verified

1251 public static native long _nGetFinalizer();
1252 public static native long _nMakeRaw(float[] coords, int[] verbs, float[] conicWeights, int fillMode, boolean isVolatile);
1253 public static native long _nMakeRect(float l, float t, float r, float b, int dir, int startIndex);
1254 public static native long _nMakeOval(float l, float t, float r, float b, int dir);
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);

Callers 1

makeRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected