Searched refs:rectX (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/osfmk/console/ |
| H A D | video_console.c | 3114 int rectX, rectY, rectW, rectH; in vc_draw_progress_meter() local 3152 rectX = (6 * vinfo.v_width) / 100 + 34 * vc_uiscale - (barHeight / 2); in vc_draw_progress_meter() 3160 rectX = ((vinfo.v_width - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter() 3168 rectX = (94 * vinfo.v_width) / 100 - 34 * vc_uiscale - (barHeight / 2); in vc_draw_progress_meter() 3177 rectX = ((vinfo.v_width - barWidth) / 2) + i; in vc_draw_progress_meter() 3183 vc_blit_rect(rectX, rectY, bx, rectW, rectH, width, barHeight, in vc_draw_progress_meter()
|