Home
last modified time | relevance | path

Searched refs:UI_UpdateRoot (Results 1 – 3 of 3) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_node.h115 void UI_UpdateRoot(uiNode_t* node, uiNode_t* newRoot);
H A Dui_node.cpp678 void UI_UpdateRoot (uiNode_t* node, uiNode_t* newRoot) in UI_UpdateRoot() function
683 UI_UpdateRoot(node, newRoot); in UI_UpdateRoot()
H A Dui_parse.cpp1069 UI_UpdateRoot(node, parent->root); in UI_ParseNode()