| 174 | } |
| 175 | |
| 176 | void 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 | |
| 186 | void PiuLabel_create(xsMachine* the) |
| 187 | { |
no test coverage detected