Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.c3137 int rectX, rectY, rectW, rectH; in vc_draw_progress_meter() local
3176 rectY = ((vinfo.v_height - barWidth) / 2) + i; in vc_draw_progress_meter()
3184 rectY = (vinfo.v_height / 3) - (barHeight / 2); in vc_draw_progress_meter()
3192 rectY = ((vinfo.v_height - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()
3201 rectY = vinfo.v_height - (vinfo.v_height / 3) - (barHeight / 2); in vc_draw_progress_meter()
3206 vc_blit_rect(rectX, rectY, bx, rectW, rectH, width, barHeight, in vc_draw_progress_meter()