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

Method _nClosePath

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

Source from the content-addressed store, hash-verified

1615 public static native void _nConicTo(long ptr, float x1, float y1, float x2, float y2, float w);
1616 public static native void _nCubicTo(long ptr, float x1, float y1, float x2, float y2, float x3, float y3);
1617 public static native void _nClosePath(long ptr);
1618 public static native void _nPolylineTo(long ptr, float[] coords);
1619 public static native void _nRMoveTo(long ptr, float dx, float dy);
1620 public static native void _nRLineTo(long ptr, float dx, float dy);

Callers 1

closePathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected