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

Function PiuSVGImage_set_opacity

modules/piu/Pebble/piuSVGImage.c:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void PiuSVGImage_set_opacity(xsMachine* the)
381{
382 PiuSVGImage* self = PIU(SVGImage, xsThis);
383 (*self)->o = xsToNumber(xsArg(0));
384 PiuSVGImageInvalidate(self, NULL);
385}
386
387void PiuSVGImage_center(xsMachine* the)
388{

Callers

nothing calls this directly

Calls 1

PiuSVGImageInvalidateFunction · 0.85

Tested by

no test coverage detected