Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ getWidth
Method
getWidth
shared/java/skottie/Animation.java:290–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
288
}
289
290
public
float getWidth() {
291
return
getSize()._x;
292
}
293
294
public
float getHeight() {
295
return
getSize()._y;
Callers
1
render
Method · 0.95
Calls
1
getSize
Method · 0.95
Tested by
no test coverage detected