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

Method _nAddCircle

shared/java/Path.java:2011–2011  ·  view source on GitHub ↗
(long ptr, float x, float y, float r, int dir)

Source from the content-addressed store, hash-verified

2009 public static native void _nAddRect(long ptr, float l, float t, float r, float b, int dir, int start);
2010 public static native void _nAddOval(long ptr, float l, float t, float r, float b, int dir, int start);
2011 public static native void _nAddCircle(long ptr, float x, float y, float r, int dir);
2012 public static native void _nAddArc(long ptr, float l, float t, float r, float b, float startAngle, float sweepAngle);
2013 public static native void _nAddRRect(long ptr, float l, float t, float r, float b, float[] radii, int dir, int start);
2014 public static native void _nAddPoly(long ptr, float[] coords, boolean close);

Callers 1

addCircleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected