Searched defs:scn (Results 1 - 10 of 10) sorted by relevance

/u-boot/test/boot/
H A Dcedit.c24 struct scene *scn; local
66 struct scene *scn; local
134 struct scene *scn; local
188 struct scene *scn; local
[all...]
H A Dbootflow.c805 static int check_font(struct unit_test_state *uts, struct scene *scn, uint id, argument
822 struct scene *scn; local
[all...]
H A Dexpo.c122 struct scene *scn; local
175 struct scene *scn; local
236 struct scene *scn; local
326 struct scene *scn; local
441 struct scene *scn, *scn2; local
645 struct scene *scn; local
[all...]
/u-boot/boot/
H A Dscene_textline.c19 int scene_textline(struct scene *scn, const char *name, uint id, uint max_chars, argument
65 struct scene *scn = tline->obj.scene; local
90 int scene_textline_arrange(struct scene *scn, struct scene_obj_textline *tline) argument
125 scene_textline_send_key(struct scene *scn, struct scene_obj_textline *tline, int key, struct expo_action *event) argument
170 scene_textline_render_deps(struct scene *scn, struct scene_obj_textline *tline) argument
207 scene_textline_open(struct scene *scn, struct scene_obj_textline *tline) argument
[all...]
H A Dbootflow_menu.c38 struct scene *scn; local
137 struct scene *scn; local
[all...]
H A Dexpo_build.c45 int add_txt_str(struct build_info *info, ofnode node, struct scene *scn, argument
93 int add_txt_str_list(struct build_info *info, ofnode node, struct scene *scn, argument
227 static int menu_build(struct build_info *info, ofnode node, struct scene *scn, argument
289 textline_build(struct build_info *info, ofnode node, struct scene *scn, uint id, struct scene_obj **objp) argument
343 obj_build(struct build_info *info, ofnode node, struct scene *scn) argument
391 struct scene *scn; local
[all...]
H A Dexpo.c45 struct scene *scn, *next; local
119 struct scene *scn; local
148 struct scene *scn; local
160 struct scene *scn; local
177 struct scene *scn; local
191 struct scene *scn = NULL; local
219 struct scene *scn = NULL; local
251 struct scene *scn; local
274 struct scene *scn; local
[all...]
H A Dscene_menu.c73 struct scene *scn = menu->obj.scene; local
171 int scene_menu_arrange(struct scene *scn, struct scene_obj_menu *menu) argument
274 scene_menu(struct scene *scn, const char *name, uint id, struct scene_obj_menu **menup) argument
293 scene_menu_find_key(struct scene *scn, struct scene_obj_menu *menu, int key) argument
316 scene_menu_send_key(struct scene *scn, struct scene_obj_menu *menu, int key, struct expo_action *event) argument
386 scene_menuitem(struct scene *scn, uint menu_id, const char *name, uint id, uint key_id, uint label_id, uint desc_id, uint preview_id, uint flags, struct scene_menitem **itemp) argument
424 scene_menu_set_title(struct scene *scn, uint id, uint title_id) argument
445 scene_menu_set_pointer(struct scene *scn, uint id, uint pointer_id) argument
468 struct scene *scn = menu->obj.scene; local
518 scene_menu_render_deps(struct scene *scn, struct scene_obj_menu *menu) argument
[all...]
H A Dcedit.c56 struct scene *scn; local
100 struct scene *scn; local
149 struct scene *scn; local
256 struct scene *scn = menu->obj.scene; local
[all...]
H A Dscene.c23 struct scene *scn; local
60 scene_destroy(struct scene *scn) argument
73 scene_title_set(struct scene *scn, uint id) argument
80 scene_obj_count(struct scene *scn) argument
91 scene_obj_find(const struct scene *scn, uint id, enum scene_obj_t type) argument
104 scene_obj_find_by_name(struct scene *scn, const char *name) argument
116 scene_obj_add(struct scene *scn, const char *name, uint id, enum scene_obj_t type, uint size, struct scene_obj **objp) argument
139 scene_img(struct scene *scn, const char *name, uint id, char *data, struct scene_obj_img **imgp) argument
159 scene_txt(struct scene *scn, const char *name, uint id, uint str_id, struct scene_obj_txt **txtp) argument
179 scene_txt_str(struct scene *scn, const char *name, uint id, uint str_id, const char *str, struct scene_obj_txt **txtp) argument
206 scene_txt_set_font(struct scene *scn, uint id, const char *font_name, uint font_size) argument
220 scene_obj_set_pos(struct scene *scn, uint id, int x, int y) argument
233 scene_obj_set_size(struct scene *scn, uint id, int w, int h) argument
246 scene_obj_set_hide(struct scene *scn, uint id, bool hide) argument
258 scene_obj_flag_clrset(struct scene *scn, uint id, uint clr, uint set) argument
271 scene_obj_get_hw(struct scene *scn, uint id, int *widthp) argument
378 struct scene *scn = obj->scene; local
480 scene_arrange(struct scene *scn) argument
515 scene_render_deps(struct scene *scn, uint id) argument
550 scene_render(struct scene *scn) argument
582 send_key_obj(struct scene *scn, struct scene_obj *obj, int key, struct expo_action *event) argument
625 scene_send_key(struct scene *scn, int key, struct expo_action *event) argument
718 scene_calc_dims(struct scene *scn, bool do_menus) argument
767 scene_apply_theme(struct scene *scn, struct expo_theme *theme) argument
796 scene_set_highlight_id(struct scene *scn, uint id) argument
801 scene_highlight_first(struct scene *scn) argument
813 scene_obj_open(struct scene *scn, struct scene_obj *obj) argument
834 scene_set_open(struct scene *scn, uint id, bool open) argument
857 scene_iter_objs(struct scene *scn, expo_scene_obj_iterator iter, void *priv) argument
873 scene_bbox_union(struct scene *scn, uint id, int inset, struct vidconsole_bbox *bbox) argument
[all...]

Completed in 61 milliseconds