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

Method getOffsetAtCoord

shared/java/TextLine.java:131–138  ·  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

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

Callers 4

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

Calls 3

onNativeCallMethod · 0.95
_nGetOffsetAtCoordMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 3

testAbcMethod · 0.64
testLigaturesMethod · 0.64
testCombiningMethod · 0.64