Searched refs:scene_bbox_union (Results 1 - 4 of 4) sorted by relevance

/u-boot/boot/
H A Dscene_textline.c53 scene_bbox_union(tline->obj.scene, tline->label_id, 0, bbox);
54 scene_bbox_union(tline->obj.scene, tline->edit_id, 0, bbox);
57 scene_bbox_union(tline->obj.scene, tline->edit_id, theme->menu_inset,
H A Dscene_menu.c125 scene_bbox_union(menu->obj.scene, menu->title_id, 0, bbox);
130 scene_bbox_union(menu->obj.scene, item->label_id,
132 scene_bbox_union(menu->obj.scene, item->key_id, 0, bbox);
133 scene_bbox_union(menu->obj.scene, item->desc_id, 0, bbox);
134 scene_bbox_union(menu->obj.scene, item->preview_id, 0, bbox);
137 scene_bbox_union(menu->obj.scene, item->label_id,
H A Dscene_internal.h281 * scene_bbox_union() - update bouding box with the demensions of an object
291 int scene_bbox_union(struct scene *scn, uint id, int inset,
H A Dscene.c874 int scene_bbox_union(struct scene *scn, uint id, int inset, function

Completed in 49 milliseconds