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

Method _nGetMatrix

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

Source from the content-addressed store, hash-verified

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);
199 @ApiStatus.Internal public static native boolean _nGetSegment(long ptr, float startD, float endD, long dstPtr, boolean startWithMoveTo);
200 @ApiStatus.Internal public static native boolean _nIsClosed(long ptr);
201 @ApiStatus.Internal public static native boolean _nNextContour(long ptr);

Callers 1

getMatrixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected