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

Method toIRect

shared/java/Rect.java:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 @NotNull @Contract("-> new")
96 public IRect toIRect() {
97 return new IRect((int) _left, (int) _top, (int) _right, (int) _bottom);
98 }
99
100 @NotNull
101 public Rect inflate(float spread) {

Callers 1

drawSubsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected