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