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

Method _nGetCoordAtOffset

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

Source from the content-addressed store, hash-verified

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

getCoordAtOffsetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected