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

Method _nRLineTo

shared/java/PathBuilder.java:1620–1620  ·  view source on GitHub ↗
(long ptr, float dx, float dy)

Source from the content-addressed store, hash-verified

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);
1621 public static native void _nRQuadTo(long ptr, float dx1, float dy1, float dx2, float dy2);
1622 public static native void _nRConicTo(long ptr, float dx1, float dy1, float dx2, float dy2, float w);
1623 public static native void _nRCubicTo(long ptr, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3);

Callers 1

rLineToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected