| 371 | } |
| 372 | |
| 373 | void PiuTextBind(void* it, PiuApplication* application, PiuView* view) |
| 374 | { |
| 375 | PiuText* self = it; |
| 376 | PiuContentBind(it, application, view); |
| 377 | PiuTextComputeStyles(self, application, view); |
| 378 | } |
| 379 | |
| 380 | void PiuTextBuild(PiuText* self, xsIntegerValue depth, PiuTextKind delta) |
| 381 | { |
nothing calls this directly
no test coverage detected