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

Function PiuSVGImage_set_cx

modules/piu/Pebble/piuSVGImage.c:403–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void PiuSVGImage_set_cx(xsMachine* the)
404{
405 PiuSVGImage* self = PIU(SVGImage, xsThis);
406 (*self)->cx = xsToNumber(xsArg(0));
407 (*self)->transforming = 1;
408 PiuSVGImageInvalidate(self, NULL);
409}
410
411void PiuSVGImage_get_cy(xsMachine* the)
412{

Callers

nothing calls this directly

Calls 1

PiuSVGImageInvalidateFunction · 0.85

Tested by

no test coverage detected