MCPcopy Create free account
hub / github.com/JetBrains/skija / getSize

Method getSize

shared/java/skottie/Animation.java:282–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 @ApiStatus.Internal @Nullable public Point _size = null;
281
282 @NotNull
283 public Point getSize() {
284 if (_size == null) {
285 _size = _nGetSize(_ptr);
286 }
287 return _size;
288 }
289
290 public float getWidth() {
291 return getSize()._x;

Callers 2

getWidthMethod · 0.95
getHeightMethod · 0.95

Calls 1

_nGetSizeMethod · 0.95

Tested by

no test coverage detected