Lines Matching defs:root
6036 For square root nuklear uses the famous fast inverse square root:
16868 struct nk_panel *root;
16869 root = win->layout;
16870 while (root) {
16871 root->flags |= NK_WINDOW_ROM;
16872 root->flags &= ~(nk_flags)NK_WINDOW_REMOVE_ROM;
16873 root = root->parent;
16882 struct nk_panel *root;
16883 root = win->layout;
16884 while (root) {
16885 root->flags |= NK_WINDOW_REMOVE_ROM;
16886 root = root->parent;
16943 struct nk_panel *root = win->layout;
16944 while (root) {
16945 root->flags |= NK_WINDOW_REMOVE_ROM;
16946 root = root->parent;
16972 {struct nk_panel *root;
16973 root = win->layout;
16974 while (root) {
16975 root->flags |= NK_WINDOW_ROM;
16976 root = root->parent;
17008 struct nk_panel *root;
17009 root = win->layout;
17010 while (root) {
17011 root->flags |= NK_WINDOW_REMOVE_ROM;
17012 root = root->parent;