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

Method close

examples/scenes/src/DebugTextBlobHandler.java:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 @Override
29 public void close() {
30 if (_runs != null)
31 for (var info: _runs)
32 info._font.close();
33
34 _builder.close();
35 }
36
37 @Override
38 public void beginLine() {

Callers 15

drawInterMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawFillPathsMethod · 0.45
drawFillWithPaintMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawShadowsBlursMethod · 0.45
drawImageFiltersMethod · 0.45
drawImageWithFiltersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected