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

Method _nGetOffsetAtCoord

shared/java/TextLine.java:216–216  ·  view source on GitHub ↗
(long ptr, float x)

Source from the content-addressed store, hash-verified

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);
219}

Callers 1

getOffsetAtCoordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected