Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ addShadows
Method
addShadows
shared/java/paragraph/TextStyle.java:144–148 ·
view source on GitHub ↗
(Shadow[] shadows)
Source
from the content-addressed store, hash-verified
142
}
143
144
public
TextStyle addShadows(Shadow[] shadows) {
145
for
(Shadow s: shadows)
146
addShadow(s);
147
return
this;
148
}
149
150
public
TextStyle clearShadows() {
151
Stats.onNativeCall();
Callers
1
draw
Method · 0.80
Calls
1
addShadow
Method · 0.95
Tested by
no test coverage detected