Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ top
Method
top
LibLemon/include/lemon/gfx/types.h:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
int left() { return x; }
42
int right() { return x + width; }
43
int top() { return y; }
44
int bottom() { return y + height; }
45
46
int left(int newLeft) { width += x - newLeft; x = newLeft; return x; }
Callers
3
Parse
Function · 0.80
Paint
Method · 0.80
Split
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected