MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuRectangleIsEqual

Function PiuRectangleIsEqual

modules/piu/All/piuRectangle.c:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137PiuBoolean PiuRectangleIsEqual(PiuRectangle r1, PiuRectangle r2)
138{
139 return (r1->x == r2->x) &&
140 (r1->y == r2->y) &&
141 (r1->width == r2->width) &&
142 (r1->height == r2->height);
143}
144
145void PiuRectangleOffset(PiuRectangle r, PiuCoordinate dx, PiuCoordinate dy)
146{

Callers 1

PiuRectangleApplyAspectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected