Home | History | Annotate | Download | only in resources

Lines Matching full:width

255         var width = "Total".length;
257 if (category.length + 2 > width)
258 width = category.length + 2;
262 if (shortName.length + 4 > width)
263 width = shortName.length + 4;
266 return width;
271 var width = mean.toFixed(1).toString().length;
274 if (candidate > width)
275 width = candidate;
278 if (candidate > width)
279 width = candidate;
283 return width;