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

Method getParagraphCache

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

Source from the content-addressed store, hash-verified

116 }
117
118 public ParagraphCache getParagraphCache() {
119 try {
120 Stats.onNativeCall();
121 return new ParagraphCache(this, _nGetParagraphCache(_ptr));
122 } finally {
123 Reference.reachabilityFence(this);
124 }
125 }
126
127 @ApiStatus.Internal
128 public FontCollection(long ptr) {

Callers 4

drawParagraphMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetParagraphCacheMethod · 0.95

Tested by

no test coverage detected