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

Function PiuStyleBind

modules/piu/All/piuStyle.c:497–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496#ifdef piuGPU
497void PiuStyleBind(PiuStyle* self, PiuApplication* application, PiuView* view)
498{
499 PiuFont* font = (*self)->font;
500 if (font) {
501 PiuFontBind(font, application, view);
502 }
503}
504
505void PiuStyleUnbind(PiuStyle* self, PiuApplication* application, PiuView* view)
506{

Callers 2

PiuTextComputeStylesFunction · 0.85
PiuLabelComputeStyleFunction · 0.85

Calls 1

PiuFontBindFunction · 0.85

Tested by

no test coverage detected