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

Method toRect

shared/java/IRect.java:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 @NotNull @Contract("-> new")
80 public Rect toRect() {
81 return new Rect(_left, _top, _right, _bottom);
82 }
83}

Callers 7

drawPixelsMethod · 0.95
drawGrayMethod · 0.80
drawBlurMethod · 0.80
drawBitmapCanvasMethod · 0.80
drawSubsetMethod · 0.80
drawPixelRefMethod · 0.80
drawAlphaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected