Searched refs:scene_obj_textline (Results 1 - 7 of 7) sorted by relevance

/u-boot/boot/
H A Dscene_internal.h114 int scene_textline_arrange(struct scene *scn, struct scene_obj_textline *tline);
147 int scene_textline_send_key(struct scene *scn, struct scene_obj_textline *tline,
222 struct scene_obj_textline *tline);
302 int scene_textline_calc_dims(struct scene_obj_textline *tline);
324 void scene_textline_calc_bbox(struct scene_obj_textline *menu,
348 int scene_textline_open(struct scene *scn, struct scene_obj_textline *tline);
359 int scene_textline_close(struct scene *scn, struct scene_obj_textline *tline);
H A Dscene_textline.c20 struct scene_obj_textline **tlinep)
22 struct scene_obj_textline *tline;
30 sizeof(struct scene_obj_textline),
48 void scene_textline_calc_bbox(struct scene_obj_textline *tline,
63 int scene_textline_calc_dims(struct scene_obj_textline *tline)
90 int scene_textline_arrange(struct scene *scn, struct scene_obj_textline *tline)
125 int scene_textline_send_key(struct scene *scn, struct scene_obj_textline *tline,
171 struct scene_obj_textline *tline)
207 int scene_textline_open(struct scene *scn, struct scene_obj_textline *tline)
H A Dcedit.c86 (struct scene_obj_textline *)obj);
311 const struct scene_obj_textline *tline;
313 tline = (struct scene_obj_textline *)obj;
413 const struct scene_obj_textline *tline;
417 tline = (struct scene_obj_textline *)obj;
504 const struct scene_obj_textline *tline;
506 tline = (struct scene_obj_textline *)obj;
567 const struct scene_obj_textline *tline;
570 tline = (struct scene_obj_textline *)obj;
H A Dscene.c501 struct scene_obj_textline *tline;
503 tline = (struct scene_obj_textline *)obj,
542 (struct scene_obj_textline *)obj);
665 struct scene_obj_textline *tline;
667 tline = (struct scene_obj_textline *)obj,
707 struct scene_obj_textline *tline;
709 tline = (struct scene_obj_textline *)obj;
752 struct scene_obj_textline *tline;
754 tline = (struct scene_obj_textline *)obj;
825 (struct scene_obj_textline *)ob
[all...]
H A Dexpo_build.c292 struct scene_obj_textline *ted;
/u-boot/include/
H A Dexpo.h324 * struct scene_obj_textline - information about a textline in a scene
335 struct scene_obj_textline { struct
589 struct scene_obj_textline **tlinep);
/u-boot/test/boot/
H A Dcedit.c60 struct scene_obj_textline *tline;
130 struct scene_obj_textline *tline;

Completed in 128 milliseconds