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

Method _nGetCoordAtOffset

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

Source from the content-addressed store, hash-verified

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

getCoordAtOffsetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected