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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1854 static int8_t vc_uiselect = 0; variable
2396 saveLen = (vc_progress->width << vc_uiselect) * (vc_progress->height << vc_uiselect) * vinfo.v_depth / 8;
2493 width = (vc_progress->width << vc_uiselect);
2494 height = (vc_progress->height << vc_uiselect);
2495 x = (vc_progress->dx << vc_uiselect);
2496 y = (vc_progress->dy << vc_uiselect);
2497 data = vc_progress_data[vc_uiselect];
2566 vc_uiselect = (2 == vinfo.v_scale) ? 1 : 0;
2886 ox = ((vinfo.v_width - (kProgressBarWidth << vc_uiselect)) /
[all...]

Completed in 26 milliseconds