Searched refs:g_node_max_height (Results 1 – 6 of 6) sorted by relevance
257 g_assert_cmpint (g_node_max_height (root), ==, 1); in construct_test()290 g_assert_cmpint (g_node_max_height (root), ==, 4); in construct_test()295 g_assert_cmpint (g_node_max_height (node_F), ==, 3); in construct_test()331 g_assert_cmpint (g_node_max_height (root), >, 100); in allocation_test()
237 guint g_node_max_height (GNode *root);
499 g_node_max_height (GNode *root) in g_node_max_height() function512 tmp_height = g_node_max_height (child); in g_node_max_height()
265 g_assert (g_node_depth (root) == 1 && g_node_max_height (root) == 1); in gnode_test()288 g_assert (g_node_max_height (root) == 4); in gnode_test()293 g_assert (g_node_max_height (node_F) == 3); in gnode_test()351 g_assert (g_node_max_height (root) == g_node_max_height (node)); in gnode_test()372 g_assert (g_node_max_height (root) > 100); in gnode_test()
2027 g_node_max_height (body_tree)); in ttml_parse()
3097 g_node_max_height