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

/u-boot/include/
H A Dexpo.h662 * scene_obj_get_hw() - Get width and height of an object in a scene
669 int scene_obj_get_hw(struct scene *scn, uint id, int *widthp);
/u-boot/boot/
H A Dscene_textline.c108 ret = scene_obj_get_hw(scn, tline->label_id, NULL);
H A Dscene_menu.c190 ret = scene_obj_get_hw(scn, menu->title_id, NULL);
211 ret = scene_obj_get_hw(scn, item->label_id, NULL);
H A Dscene.c272 int scene_obj_get_hw(struct scene *scn, uint id, int *widthp) function
732 ret = scene_obj_get_hw(scn, obj->id, &width);

Completed in 38 milliseconds