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

Method _nGetPosition

shared/java/PathMeasure.java:195–195  ·  view source on GitHub ↗
(long ptr, float distance)

Source from the content-addressed store, hash-verified

193 @ApiStatus.Internal public static native void _nSetPath(long ptr, long pathPtr, boolean forceClosed);
194 @ApiStatus.Internal public static native float _nGetLength(long ptr);
195 @ApiStatus.Internal public static native Point _nGetPosition(long ptr, float distance);
196 @ApiStatus.Internal public static native Point _nGetTangent(long ptr, float distance);
197 @ApiStatus.Internal public static native RSXform _nGetRSXform(long ptr, float distance);
198 @ApiStatus.Internal public static native float[] _nGetMatrix(long ptr, float distance, boolean getPosition, boolean getTangent);

Callers 1

getPositionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected