| 290 | } |
| 291 | |
| 292 | void 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 | |
| 302 | PiuDimension PiuSkinGetWidth(PiuSkin* self) |
no test coverage detected