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

Function PiuLabelUncomputeStyle

modules/piu/All/piuLabel.c:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void PiuLabelUncomputeStyle(PiuLabel* self, PiuApplication* application, PiuView* view)
177{
178 if ((*self)->computedStyle) {
179 #ifdef piuGPU
180 PiuStyleUnbind((*self)->computedStyle, application, view);
181 #endif
182 (*self)->computedStyle = NULL;
183 }
184}
185
186void PiuLabel_create(xsMachine* the)
187{

Callers 2

PiuLabelCascadeFunction · 0.85
PiuLabelUnbindFunction · 0.85

Calls 1

PiuStyleUnbindFunction · 0.85

Tested by

no test coverage detected