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

Method getTextBlob

shared/java/TextLine.java:96–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

getInterceptsMethod · 0.95
drawTextLineMethod · 0.80
drawLineMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetTextBlobMethod · 0.95

Tested by

no test coverage detected