Searched refs:barWidth (Results 1 – 1 of 1) sorted by relevance
3116 int barWidth = kProgressBarWidth * vc_uiscale; in vc_draw_progress_meter() local3126 endCapPos = ((style && onoff) ? pos : barWidth); in vc_draw_progress_meter()3153 rectY = ((vinfo.v_height - barWidth) / 2) + i; in vc_draw_progress_meter()3160 rectX = ((vinfo.v_width - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()3162 bx = barWidth - width - i; in vc_draw_progress_meter()3163 backRow = barWidth; in vc_draw_progress_meter()3169 rectY = ((vinfo.v_height - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()3170 bx = (barWidth - width - i) * barHeight; in vc_draw_progress_meter()3177 rectX = ((vinfo.v_width - barWidth) / 2) + i; in vc_draw_progress_meter()3180 backRow = barWidth; in vc_draw_progress_meter()