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

Method _nGetRunPositions

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

Source from the content-addressed store, hash-verified

211 @ApiStatus.Internal public static native short[] _nGetGlyphs(long ptr);
212 @ApiStatus.Internal public static native float[] _nGetPositions(long ptr);
213 @ApiStatus.Internal public static native float[] _nGetRunPositions(long ptr);
214 @ApiStatus.Internal public static native float[] _nGetBreakPositions(long ptr);
215 @ApiStatus.Internal public static native int[] _nGetBreakOffsets(long ptr);
216 @ApiStatus.Internal public static native int _nGetOffsetAtCoord(long ptr, float x);

Callers 1

drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected