Home
last modified time | relevance | path

Searched refs:v_width (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/pexpert/i386/
H A Dpe_init.c227 PE_state.video.v_width = args->Video.v_height; in PE_init_platform()
228 PE_state.video.v_height = args->Video.v_width; in PE_init_platform()
230 PE_state.video.v_width = args->Video.v_width; in PE_init_platform()
239 PE_state.video.v_width = args->VideoV1.v_width; in PE_init_platform()
293 uint32_t x = ((PE_state.video.v_width - width) / 2); in PE_display_icon()
/xnu-11215/pexpert/pexpert/i386/
H A Dboot.h87 uint32_t v_width; /* Width */ member
96 uint32_t v_width; /* Width */ member
/xnu-11215/osfmk/console/
H A Dvideo_console.c1917 if (((unsigned int)(x + width)) > vinfo.v_width) { in vc_blit_rect()
2240 …vc_blit_rect(0, 0, 0, vinfo.v_width, vinfo.v_height, vinfo.v_width, vinfo.v_height, 0, 0, color, N… in vc_clean_boot_graphics()
2424 x += ((vinfo.v_width - width) / 2); in vc_display_icon()
2691 x = (uint32_t)((x_pos * (uint64_t) vinfo.v_width) / 0xFFFFFFFFULL); in vc_progress_task()
2699 x += ((vinfo.v_width - width) / 2); in vc_progress_task()
2704 if ((x + width) > (int)vinfo.v_width) { in vc_progress_task()
2786 vinfo.v_columns = vinfo.v_width / ISO_CHAR_WIDTH; in vc_initialize()
2787 vinfo.v_rowscanbytes = ((vinfo.v_depth + 7) / 8) * vinfo.v_width; in vc_initialize()
2812 new_vinfo.v_width = (unsigned int)boot_vinfo->v_width; in initialize_screen()
3160 rectX = ((vinfo.v_width - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()
[all …]
H A Dvideo_console.h89 unsigned int v_width; /* pixels */ member
/xnu-11215/pexpert/pexpert/arm/
H A Dboot.h24 unsigned long v_width; /* Width */ member
/xnu-11215/pexpert/pexpert/arm64/
H A Dboot.h35 unsigned long v_width; /* Width */ member
/xnu-11215/bsd/dev/i386/
H A Dkm.c143 if (video.v_display == FB_TEXT_MODE && video.v_width != 0 && video.v_height != 0) { in kmopen()
144 wp->ws_col = video.v_width / wp->ws_xpixel; in kmopen()
/xnu-11215/bsd/dev/arm/
H A Dkm.c119 } else if (video.v_width != 0 && video.v_height != 0) { in kmopen()
120 unsigned long ws_col = video.v_width / wp->ws_xpixel; in kmopen()
/xnu-11215/pexpert/arm/
H A Dpe_init.c322 display_size = PE_state.video.v_width; in PE_init_iokit()
427 PE_state.video.v_width = boot_args_ptr->Video.v_width; in PE_init_platform()
/xnu-11215/pexpert/pexpert/
H A Dpexpert.h292 unsigned long v_width; /* Width */ member
/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp597 + (consoleInfo.v_width * consoleInfo.v_height * 8); in IOHibernateSystemSleep()
1154 graphicsInfo->width = (uint32_t) consoleInfo.v_width; in IOHibernateSystemHasSlept()