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

Method _nGetLeftOffsetAtCoord

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

Source from the content-addressed store, hash-verified

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

getLeftOffsetAtCoordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected