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

Function PiuSVGImage_set_sx

modules/piu/Pebble/piuSVGImage.c:478–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void PiuSVGImage_set_sx(xsMachine* the)
479{
480 PiuSVGImage* self = PIU(SVGImage, xsThis);
481 (*self)->sx = xsToNumber(xsArg(0));
482 (*self)->transforming = 1;
483 PiuSVGImageInvalidate(self, NULL);
484}
485
486void PiuSVGImage_get_sy(xsMachine* the)
487{

Callers

nothing calls this directly

Calls 1

PiuSVGImageInvalidateFunction · 0.85

Tested by

no test coverage detected