Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ PiuRectangleIsEmpty
Function
PiuRectangleIsEmpty
modules/piu/All/piuRectangle.c:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
PiuBoolean PiuRectangleIsEmpty(PiuRectangle r)
133
{
134
return (0 == r->width) || (0 == r->height);
135
}
136
137
PiuBoolean PiuRectangleIsEqual(PiuRectangle r1, PiuRectangle r2)
138
{
Callers
7
PiuScrollerInvalidate
Function · 0.85
PiuContainerInvalidate
Function · 0.85
PiuContentInvalidate
Function · 0.85
piuView.c
File · 0.85
PiuGIFImageSync
Function · 0.85
PiuScreenControlProc
Function · 0.85
onScreenDraw
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected