Lines Matching full:widths
55 // are passed through. The widths of tags and entities are
92 widths []int // list of column widths in runes - re-used during formatting
104 b.widths = b.widths[0:0]
117 // - the sizes and widths of processed text are kept in the lines list
119 // - the widths list is a temporary list with current widths used during
275 if j < len(b.widths) {
276 b.writePadding(c.width, b.widths[j], useTabs)
284 if j < len(b.widths) {
285 b.writePadding(c.width, b.widths[j], false)
288 if j < len(b.widths) {
289 b.writePadding(c.width, b.widths[j], false)
317 column := len(b.widths)
361 // (we know the widths of this column and all columns to the left)
362 b.widths = append(b.widths, width) // push width
364 b.widths = b.widths[0 : len(b.widths)-1] // pop width