Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ isEmpty
Method
isEmpty
shared/java/Rect.java:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
public
boolean isEmpty() {
116
return
_right == _left || _top == _bottom;
117
}
118
}
Callers
1
drawRectShadow
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected