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

Method _nClosePath

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

Source from the content-addressed store, hash-verified

2004 public static native void _nEllipticalArcTo(long ptr, float rx, float ry, float xAxisRotate, int size, int direction, float x, float y);
2005 public static native void _nREllipticalArcTo(long ptr, float rx, float ry, float xAxisRotate, int size, int direction, float dx, float dy);
2006 public static native void _nClosePath(long ptr);
2007 public static native Point[] _nConvertConicToQuads(float x0, float y0, float x1, float y1, float x2, float y2, float w, int pow2);
2008 public static native Rect _nIsRect(long ptr);
2009 public static native void _nAddRect(long ptr, float l, float t, float r, float b, int dir, int start);

Callers 1

closePathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected