Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawInter
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
drawFillPaths
Method · 0.45
drawFillWithPaint
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
drawShadowsBlurs
Method · 0.45
drawImageFilters
Method · 0.45
drawImageWithFilters
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected