Home | History | Annotate | Download | only in resources

Lines Matching full:width

191     var width = "Total".length;
193 if (category.length + 2 > width)
194 width = category.length + 2;
198 if (shortName.length + 4 > width)
199 width = shortName.length + 4;
202 return width;
207 var width = mean.toFixed(1).toString().length;
210 if (candidate > width)
211 width = candidate;
214 if (candidate > width)
215 width = candidate;
219 return width;