Lines Matching refs:scene_obj
52 void scene_obj_destroy(struct scene_obj *obj) in scene_obj_destroy()
62 struct scene_obj *obj, *next; in scene_destroy()
84 struct scene_obj *obj; in scene_obj_count()
95 struct scene_obj *obj; in scene_obj_find()
107 enum scene_obj_t type, uint size, struct scene_obj **objp) in scene_obj_add()
109 struct scene_obj *obj; in scene_obj_add()
137 (struct scene_obj **)&img); in scene_img()
157 (struct scene_obj **)&txt); in scene_txt()
183 (struct scene_obj **)&txt); in scene_txt_str()
211 struct scene_obj *obj; in scene_obj_set_pos()
226 struct scene_obj *obj; in scene_obj_set_hide()
238 struct scene_obj *obj; in scene_obj_get_hw()
281 static int scene_obj_render(struct scene_obj *obj, bool text_mode) in scene_obj_render()
357 struct scene_obj *obj; in scene_arrange()
377 struct scene_obj *obj; in scene_render()
393 struct scene_obj *obj; in scene_send_key()