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

Function PiuRectangleSet

modules/piu/All/piuRectangle.c:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void PiuRectangleSet(PiuRectangle r, PiuCoordinate x, PiuCoordinate y, PiuDimension width, PiuDimension height)
198{
199 r->x = x;
200 r->y = y;
201 r->width = width;
202 r->height = height;
203}
204
205void PiuRectangleUnion(PiuRectangle r0, PiuRectangle r1, PiuRectangle r2)
206{

Callers 15

PiuRoundRectDrawFunction · 0.85
doUpdateFunction · 0.85
PiuInverterDrawFunction · 0.85
PiuSVGImageDrawFunction · 0.85
PiuSVGImageInvalidateFunction · 0.85
PiuScreenBufferDrawFunction · 0.85
PiuPort_invalidateFunction · 0.85
PiuLabelDrawFunction · 0.85
PiuRectangleApplyMarginsFunction · 0.85
PiuContentDrawFunction · 0.85
PiuContentInvalidateFunction · 0.85
piuView.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected