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

Method _nGetBreakOffsets

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

Source from the content-addressed store, hash-verified

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);
217 @ApiStatus.Internal public static native int _nGetLeftOffsetAtCoord(long ptr, float x);
218 @ApiStatus.Internal public static native float _nGetCoordAtOffset(long ptr, int offset);

Callers 4

testAbcMethod · 0.95
testLigaturesMethod · 0.95
testCombiningMethod · 0.95
drawLineMethod · 0.95

Calls

no outgoing calls

Tested by 3

testAbcMethod · 0.76
testLigaturesMethod · 0.76
testCombiningMethod · 0.76