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

Method _nMoveTo

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

Source from the content-addressed store, hash-verified

1990 public static native boolean _nConservativelyContainsRect(long ptr, float l, float t, float r, float b);
1991 public static native void _nIncReserve(long ptr, int extraPtCount);
1992 public static native void _nMoveTo(long ptr, float x, float y);
1993 public static native void _nRMoveTo(long ptr, float dx, float dy);
1994 public static native void _nLineTo(long ptr, float x, float y);
1995 public static native void _nRLineTo(long ptr, float dx, float dy);

Callers 1

moveToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected