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

Function PiuSkinUnbind

modules/piu/All/piuSkin.c:292–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void PiuSkinUnbind(PiuSkin* self, PiuApplication* application, PiuView* view)
293{
294 if ((*self)->flags & piuSkinPattern) {
295 PiuTexture* texture = (*self)->data.pattern.texture;
296 if (texture)
297 PiuTextureUnbind(texture, application, view);
298 }
299}
300#endif
301
302PiuDimension PiuSkinGetWidth(PiuSkin* self)

Callers 2

PiuContentUnbindFunction · 0.85
PiuContent_set_skinFunction · 0.85

Calls 1

PiuTextureUnbindFunction · 0.85

Tested by

no test coverage detected