Searched refs:barWidth (Results 1 – 1 of 1) sorted by relevance
3111 int barWidth = kProgressBarWidth * vc_uiscale; in vc_draw_progress_meter() local3121 endCapPos = ((style && onoff) ? pos : barWidth); in vc_draw_progress_meter()3148 rectY = ((vinfo.v_height - barWidth) / 2) + i; in vc_draw_progress_meter()3155 rectX = ((vinfo.v_width - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()3157 bx = barWidth - width - i; in vc_draw_progress_meter()3158 backRow = barWidth; in vc_draw_progress_meter()3164 rectY = ((vinfo.v_height - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()3165 bx = (barWidth - width - i) * barHeight; in vc_draw_progress_meter()3172 rectX = ((vinfo.v_width - barWidth) / 2) + i; in vc_draw_progress_meter()3175 backRow = barWidth; in vc_draw_progress_meter()