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

Method setContainerSize

shared/java/svg/SVGDOM.java:40–45  ·  view source on GitHub ↗
(float width, float height)

Source from the content-addressed store, hash-verified

38 }
39
40 @NotNull @Contract("-> this")
41 public SVGDOM setContainerSize(float width, float height) {
42 Stats.onNativeCall();
43 _nSetContainerSize(_ptr, width, height);
44 return this;
45 }
46
47 @NotNull @Contract("-> this")
48 public SVGDOM setContainerSize(Point size) {

Callers 3

drawIconMethod · 0.80
drawMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nSetContainerSizeMethod · 0.95

Tested by

no test coverage detected