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

Method _nGetLeftOffsetAtCoord

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

Source from the content-addressed store, hash-verified

216 @ApiStatus.Internal public static native int[] _nGetBreakOffsets(long ptr);
217 @ApiStatus.Internal public static native int _nGetOffsetAtCoord(long ptr, float x);
218 @ApiStatus.Internal public static native int _nGetLeftOffsetAtCoord(long ptr, float x);
219 @ApiStatus.Internal public static native float _nGetCoordAtOffset(long ptr, int offset);
220}

Callers 1

getLeftOffsetAtCoordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected