Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.c3109 int rectX, rectY, rectW, rectH; in vc_draw_progress_meter() local
3147 rectX = ((vinfo.v_width / 3) - (barHeight / 2)); in vc_draw_progress_meter()
3155 rectX = ((vinfo.v_width - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()
3163 rectX = (vinfo.v_width - (vinfo.v_width / 3) - (barHeight / 2)); in vc_draw_progress_meter()
3172 rectX = ((vinfo.v_width - barWidth) / 2) + i; in vc_draw_progress_meter()
3178 vc_blit_rect(rectX, rectY, bx, rectW, rectH, width, barHeight, in vc_draw_progress_meter()