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

Method getTextBlob

shared/java/TextLine.java:95–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 @Nullable
96 public TextBlob getTextBlob() {
97 Stats.onNativeCall();
98 try {
99 long res = _nGetTextBlob(_ptr);
100 return res == 0 ? null : new TextBlob(res);
101 } finally {
102 ReferenceUtil.reachabilityFence(this);
103 }
104 }
105
106 public short[] getGlyphs() {
107 Stats.onNativeCall();

Callers 3

getInterceptsMethod · 0.95
drawTextLineMethod · 0.80
drawLineMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nGetTextBlobMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected