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

Method getOffsetAtCoord

shared/java/TextLine.java:132–139  ·  view source on GitHub ↗

@param x coordinate in px @return UTF-16 offset of glyph

(float x)

Source from the content-addressed store, hash-verified

130 * @return UTF-16 offset of glyph
131 */
132 public int getOffsetAtCoord(float x) {
133 try {
134 Stats.onNativeCall();
135 return _nGetOffsetAtCoord(_ptr, x);
136 } finally {
137 Reference.reachabilityFence(this);
138 }
139 }
140
141 /**
142 * @param x coordinate in px

Callers 4

testAbcMethod · 0.80
testLigaturesMethod · 0.80
testCombiningMethod · 0.80
drawLineMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetOffsetAtCoordMethod · 0.95

Tested by 3

testAbcMethod · 0.64
testLigaturesMethod · 0.64
testCombiningMethod · 0.64