MCPcopy 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

renderMethod · 0.95

Calls 1

getSizeMethod · 0.95

Tested by

no test coverage detected