Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawPixels
Method · 0.95
drawGray
Method · 0.80
drawBlur
Method · 0.80
drawBitmapCanvas
Method · 0.80
drawSubset
Method · 0.80
drawPixelRef
Method · 0.80
drawAlpha
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected