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

Method getParagraphCache

shared/java/paragraph/FontCollection.java:129–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 public ParagraphCache getParagraphCache() {
130 try {
131 Stats.onNativeCall();
132 return new ParagraphCache(this, _nGetParagraphCache(_ptr));
133 } finally {
134 ReferenceUtil.reachabilityFence(this);
135 }
136 }
137
138 @ApiStatus.Internal
139 public FontCollection(long ptr) {

Callers 4

drawParagraphMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nGetParagraphCacheMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by

no test coverage detected