MCPcopy 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
132PiuBoolean PiuRectangleIsEmpty(PiuRectangle r)
133{
134 return (0 == r->width) || (0 == r->height);
135}
136
137PiuBoolean PiuRectangleIsEqual(PiuRectangle r1, PiuRectangle r2)
138{

Callers 7

PiuScrollerInvalidateFunction · 0.85
PiuContainerInvalidateFunction · 0.85
PiuContentInvalidateFunction · 0.85
piuView.cFile · 0.85
PiuGIFImageSyncFunction · 0.85
PiuScreenControlProcFunction · 0.85
onScreenDrawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected