Lines Matching refs:trees
101 GList *trees; member
895 ttml_resolve_referenced_styles (GList * trees, GHashTable * styles_table) in ttml_resolve_referenced_styles() argument
899 for (tree = g_list_first (trees); tree; tree = tree->next) { in ttml_resolve_referenced_styles()
946 ttml_inherit_element_styles (GList * trees) in ttml_inherit_element_styles() argument
950 for (tree = g_list_first (trees); tree; tree = tree->next) { in ttml_inherit_element_styles()
1161 ttml_find_next_transition (GList * trees, GstClockTime time) in ttml_find_next_transition() argument
1167 for (trees = g_list_first (trees); trees; trees = trees->next) { in ttml_find_next_transition()
1168 GNode *tree = (GNode *) trees->data; in ttml_find_next_transition()
1262 cur_scene->trees = active_trees; in ttml_create_scenes()
1731 for (region_tree = g_list_first (scene->trees); region_tree; in ttml_attach_scene_metadata()
1764 if (scene->trees) in ttml_delete_scene()
1765 g_list_free_full (scene->trees, (GDestroyNotify) ttml_delete_tree); in ttml_delete_scene()
1911 for (region_tree = g_list_first (scene->trees); region_tree; in ttml_join_inline_elements()