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

Function PiuRoundRect_set_radius

modules/piu/Pebble/piuRoundRect.c:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void PiuRoundRect_set_radius(xsMachine* the)
151{
152 PiuRoundRect* self = PIU(RoundRect, xsThis);
153 (*self)->radius = xsToInteger(xsArg(0));
154 PiuContentInvalidate(self, NULL);
155}

Callers

nothing calls this directly

Calls 1

PiuContentInvalidateFunction · 0.85

Tested by

no test coverage detected