| 88 | static void RemoveFromNodeList(HScene scene, InternalNode* n); |
| 89 | |
| 90 | static void ResetTextLayout(TextLayout* text_layout) |
| 91 | { |
| 92 | memset(text_layout, 0, sizeof(*text_layout)); |
| 93 | } |
| 94 | |
| 95 | static void FreeTextLayout(TextLayout* text_layout) |
| 96 | { |
no outgoing calls
no test coverage detected