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

Function PiuSVGImage_set_sy

modules/piu/Pebble/piuSVGImage.c:492–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void PiuSVGImage_set_sy(xsMachine* the)
493{
494 PiuSVGImage* self = PIU(SVGImage, xsThis);
495 (*self)->sy = xsToNumber(xsArg(0));
496 (*self)->transforming = 1;
497 PiuSVGImageInvalidate(self, NULL);
498}
499
500void PiuSVGImage_translate(xsMachine* the)
501{

Callers

nothing calls this directly

Calls 1

PiuSVGImageInvalidateFunction · 0.85

Tested by

no test coverage detected