Searched refs:obj (Results 1 – 9 of 9) sorted by relevance
| /boot/ |
| A D | scene.c | 256 w = obj->bbox.x1 - obj->bbox.x0; in scene_obj_set_pos() 257 h = obj->bbox.y1 - obj->bbox.y0; in scene_obj_set_pos() 260 obj->bbox.x1 = obj->bbox.x0 + w; in scene_obj_set_pos() 261 obj->bbox.y1 = obj->bbox.y0 + h; in scene_obj_set_pos() 273 obj->bbox.x1 = obj->bbox.x0 + w; in scene_obj_set_size() 274 obj->bbox.y1 = obj->bbox.y0 + h; in scene_obj_set_size() 287 obj->bbox.x1 = obj->bbox.x0 + w; in scene_obj_set_width() 562 obj->bbox.x1, obj->bbox.y1, in scene_txt_render() 585 obj->bbox.x1 - obj->bbox.x0, in scene_txt_render() 679 video_draw_box(dev, obj->bbox.x0, obj->bbox.y0, obj->bbox.x1, in scene_obj_render() [all …]
|
| A D | Makefile | 8 obj-$(CONFIG_BOOT_RETRY) += bootretry.o 9 obj-$(CONFIG_CMD_BOOTM) += bootm.o bootm_os.o 10 obj-$(CONFIG_CMD_BOOTZ) += bootm.o bootm_os.o 11 obj-$(CONFIG_CMD_BOOTI) += bootm.o bootm_os.o 13 obj-$(CONFIG_PXE_UTILS) += pxe_utils.o 17 obj-y += image.o image-board.o 19 obj-$(CONFIG_ANDROID_AB) += android_ab.o 23 obj-$(CONFIG_$(PHASE_)BOOTSTD) += bootflow.o 38 obj-$(CONFIG_$(PHASE_)CEDIT) += cedit.o 44 obj-$(CONFIG_$(PHASE_)UPL) += upl_common.o [all …]
|
| A D | scene_textline.c | 44 return tline->obj.id; in scene_textline() 64 struct scene_obj *obj = &tline->obj; in scene_textline_calc_dims() local 65 struct scene *scn = obj->scene; in scene_textline_calc_dims() 83 obj->bbox.x1 = obj->bbox.x0 + obj->dims.x; in scene_textline_calc_dims() 84 obj->bbox.y1 = obj->bbox.y0 + obj->dims.y; in scene_textline_calc_dims() 88 obj->bbox.x1 - obj->bbox.x0, in scene_textline_calc_dims() 89 obj->bbox.y1 - obj->bbox.y0); in scene_textline_calc_dims() 103 x = tline->obj.bbox.x0; in scene_textline_arrange() 104 y = tline->obj.bbox.y0; in scene_textline_arrange() 107 tline->obj.bbox.x0, y); in scene_textline_arrange() [all …]
|
| A D | cedit.c | 57 struct scene_obj *obj; in cedit_arange() local 80 switch (obj->type) { in cedit_arange() 387 switch (obj->type) { in h_write_settings() 488 switch (obj->type) { in h_read_settings() 561 switch (obj->type) { in h_write_settings_env() 646 switch (obj->type) { in h_read_settings_env() 710 if (obj->type != SCENEOBJT_MENU || obj->id < EXPOID_BASE_ID) in h_write_settings_cmos() 722 if (!obj->bit_length) in h_write_settings_cmos() 724 if (obj->start_bit + obj->bit_length > CMOS_MAX_BITS) in h_write_settings_cmos() 800 if (obj->type != SCENEOBJT_MENU || obj->id < EXPOID_BASE_ID) in h_read_settings_cmos() [all …]
|
| A D | scene_menu.c | 89 struct scene *scn = menu->obj.scene; in update_pointers() 222 menu->obj.bbox.x1 = cur->x1; in scene_menu_calc_dims() 223 menu->obj.bbox.y1 = cur->y1; in scene_menu_calc_dims() 241 x = menu->obj.bbox.x0; in scene_menu_arrange() 242 y = menu->obj.bbox.y0; in scene_menu_arrange() 331 menu->obj.bbox.x1 = menu->obj.bbox.x0 + menu->obj.dims.x; in scene_menu_arrange() 332 menu->obj.bbox.y1 = menu->obj.bbox.y0 + menu->obj.dims.y; in scene_menu_arrange() 354 return menu->obj.id; in scene_menu() 430 event->select.id = menu->obj.id; in scene_menu_send_key() 511 struct scene_obj *obj; in scene_menu_set_pointer() local [all …]
|
| A D | expo_build_cb.c | 118 *objp = &menu->obj; in menu_build() 137 struct scene_obj *obj; in scene_build() local 167 ret = menu_build(info, entry, scn, &obj); in scene_build() 175 obj->start_bit = entry->bit; in scene_build() 176 obj->bit_length = entry->length; in scene_build()
|
| A D | expo_build.c | 280 *objp = &menu->obj; in menu_build() 341 struct scene_obj *obj; in obj_build() local 356 ret = menu_build(info, node, scn, id, &obj); in obj_build() 358 ret = textline_build(info, node, scn, id, &obj); in obj_build() 365 obj->start_bit = val; in obj_build() 367 obj->bit_length = val; in obj_build()
|
| A D | scene_internal.h | 27 typedef int (*expo_scene_obj_iterator)(struct scene_obj *obj, void *priv); 394 int scene_obj_calc_bbox(struct scene_obj *obj, struct vidconsole_bbox *bbox);
|
| A D | scene_textedit.c | 46 return ted->obj.id; in scene_texted()
|
Completed in 24 milliseconds