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

Function PiuSVGImage_set_r

modules/piu/Pebble/piuSVGImage.c:440–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void PiuSVGImage_set_r(xsMachine* the)
441{
442 PiuSVGImage* self = PIU(SVGImage, xsThis);
443 (*self)->r = xsToNumber(xsArg(0));
444 (*self)->transforming = 1;
445 PiuSVGImageInvalidate(self, NULL);
446}
447
448void PiuSVGImage_scale(xsMachine* the)
449{

Callers

nothing calls this directly

Calls 1

PiuSVGImageInvalidateFunction · 0.85

Tested by

no test coverage detected