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

Function PiuSVGImage_set_s

modules/piu/Pebble/piuSVGImage.c:464–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void PiuSVGImage_set_s(xsMachine* the)
465{
466 PiuSVGImage* self = PIU(SVGImage, xsThis);
467 (*self)->sx = (*self)->sy = xsToNumber(xsArg(0));
468 (*self)->transforming = 1;
469 PiuSVGImageInvalidate(self, NULL);
470}
471
472void PiuSVGImage_get_sx(xsMachine* the)
473{

Callers

nothing calls this directly

Calls 1

PiuSVGImageInvalidateFunction · 0.85

Tested by

no test coverage detected