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

Function PiuSVGImage_set_cy

modules/piu/Pebble/piuSVGImage.c:417–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void PiuSVGImage_set_cy(xsMachine* the)
418{
419 PiuSVGImage* self = PIU(SVGImage, xsThis);
420 (*self)->cy = xsToNumber(xsArg(0));
421 (*self)->transforming = 1;
422 PiuSVGImageInvalidate(self, NULL);
423}
424
425void PiuSVGImage_rotate(xsMachine* the)
426{

Callers

nothing calls this directly

Calls 1

PiuSVGImageInvalidateFunction · 0.85

Tested by

no test coverage detected