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

Function PiuRoundRect_set_corners

modules/piu/Pebble/piuRoundRect.c:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void PiuRoundRect_set_corners(xsMachine* the)
138{
139 PiuRoundRect* self = PIU(RoundRect, xsThis);
140 (*self)->corners = xsToInteger(xsArg(0));
141 PiuContentInvalidate(self, NULL);
142}
143
144void PiuRoundRect_get_radius(xsMachine* the)
145{

Callers

nothing calls this directly

Calls 1

PiuContentInvalidateFunction · 0.85

Tested by

no test coverage detected