| 343 | } |
| 344 | |
| 345 | void PiuTextBegin(PiuText* self) |
| 346 | { |
| 347 | xsMachine *the = (*self)->the; |
| 348 | PiuTextBufferClear(the, (*self)->nodeBuffer); |
| 349 | (*self)->nodeLink = NULL; |
| 350 | (*self)->nodeOffset = -1; |
| 351 | (*self)->textOffset = 0; |
| 352 | } |
| 353 | |
| 354 | void PiuTextBeginNode(PiuText* self, PiuTextKind kind, PiuStyle* style, PiuTextLink* link) |
| 355 | { |
no test coverage detected