| 126 | } |
| 127 | |
| 128 | void PiuCodeCascade(void* it) |
| 129 | { |
| 130 | PiuCode* self = it; |
| 131 | PiuContentCascade(it); |
| 132 | PiuCodeComputeStyle(self); |
| 133 | PiuContentReflow(self, piuSizeChanged); |
| 134 | } |
| 135 | |
| 136 | int32_t PiuCodeClassifyCharacter(int32_t character) |
| 137 | { |
nothing calls this directly
no test coverage detected