Searched refs:width (Results 1 – 5 of 5) sorted by relevance
| /boot/ |
| A D | scene.c | 226 box->width = width; in scene_box() 365 int width, height; in handle_alignment() local 372 width = bbox->x1 - bbox->x0; in handle_alignment() 377 offset->xofs = (width - dims->x) / 2; in handle_alignment() 380 offset->xofs = width - dims->x; in handle_alignment() 417 ulong width, height; in scene_obj_get_hw() local 422 *widthp = width; in scene_obj_get_hw() 702 int width; in scene_calc_arrange() local 1018 int width; in scene_calc_dims() local 1024 obj->dims.x = width; in scene_calc_dims() [all …]
|
| A D | scene_menu.c | 244 int width; in scene_menu_arrange() local 250 ret = scene_obj_get_hw(scn, menu->title_id, &width); in scene_menu_arrange()
|
| A D | upl_read.c | 527 ret = read_uint(node, UPLP_WIDTH, &gra->width); in decode_upl_graphics()
|
| A D | upl_write.c | 541 ret = ofnode_write_u32(node, UPLP_WIDTH, gra->width); in add_upl_graphics()
|
| A D | fdt_support.c | 2063 int fdt_setup_simplefb_node(void *fdt, int node, u64 base_address, u32 width, in fdt_setup_simplefb_node() argument 2089 ret = fdt_setprop_u32(fdt, node, "width", width); in fdt_setup_simplefb_node()
|
Completed in 19 milliseconds