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

Function PiuRectangleEmpty

modules/piu/All/piuRectangle.c:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void PiuRectangleEmpty(PiuRectangle r)
69{
70 r->x = 0;
71 r->y = 0;
72 r->width = 0;
73 r->height = 0;
74}
75
76void PiuRectangleInset(PiuRectangle r, PiuCoordinate dx, PiuCoordinate dy)
77{

Callers 3

PiuRectangleScaleToFillFunction · 0.85
PiuRectangleScaleToFitFunction · 0.85
PiuGIFImageSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected