Searched refs:barWidth (Results 1 – 1 of 1) sorted by relevance
3139 int barWidth = kProgressBarWidth * vc_uiscale; in vc_draw_progress_meter() local3149 endCapPos = ((style && onoff) ? pos : barWidth); in vc_draw_progress_meter()3176 rectY = ((vinfo.v_height - barWidth) / 2) + i; in vc_draw_progress_meter()3183 rectX = ((vinfo.v_width - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()3185 bx = barWidth - width - i; in vc_draw_progress_meter()3186 backRow = barWidth; in vc_draw_progress_meter()3192 rectY = ((vinfo.v_height - barWidth) / 2) + barWidth - width - i; in vc_draw_progress_meter()3193 bx = (barWidth - width - i) * barHeight; in vc_draw_progress_meter()3200 rectX = ((vinfo.v_width - barWidth) / 2) + i; in vc_draw_progress_meter()3203 backRow = barWidth; in vc_draw_progress_meter()