Searched refs:width (Results 1 – 5 of 5) sorted by relevance
10 uint16_t width; member71 b->width, b->height, n_colors, in gen_info()122 if (fread (&b->width, sizeof (uint16_t), 1, fp) != 1) in main()136 b->width = le_short(b->width); in main()139 size = b->width * b->height; in main()204 for (i = (b->height - 1) * b->width; i >= 0; i -= b->width) { in main()205 for (x = 0; x < b->width; x++) { in main()
475 const int width = 70; in __progress() local479 if (pos % width == 0) in __progress()485 pos = (pos + 1) % width; in __progress()488 while (pos && pos++ < width) in __progress()
207 width = -widths[i]209 width = -width211 txt = '%*s ' % (width, item)
936 :width: 800
Completed in 9 milliseconds