Home | History | Annotate | Download | only in ui

Lines Matching refs:totalWidth

486         var totalWidth = 0;
488 totalWidth += widths[i];
491 var width = Math.round(100 * widths[i] / totalWidth);