MCPcopy Create free account
hub / github.com/defold/defold / ResetTextLayout

Function ResetTextLayout

engine/gui/src/gui.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

FreeTextLayoutFunction · 0.85
CloneNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected