Lines Matching defs:ch_width
3894 int ch_width = CharWidth(screen, ch);
3917 x = xtermDrawMissing(screen, flags, gc, x, y, ch_width, fullwidth);
4054 int ch_width = CharWidth(screen, text[nlen]);
4055 if (ch_width > 1)
4056 ncells += (ch_width - 1);
4224 int ch_width = CharWidth(screen, ch);
4227 int needed = forceDbl ? 2 : ch_width;
4374 if (ch_width > 0)
4375 ncells += ch_width;
4500 int ch_width;
4518 ch_width = CharWidth(screen, ch);
4521 ((recur.on_wide || ch_width > 1)
4527 ch_width = 1;
4560 if (ch_width <= 0 && ch < 32)
4561 ch_width = 1; /* special case for line-drawing */
4562 else if (ch_width < 0)
4563 ch_width = 1; /* special case for combining char */
4567 xtermDrawBoxChar(&recur, ch, gc, x, y, ch_width, False);
4570 xtermDrawBoxChar(&recur, ch, gc, x, y, ch_width, False);
4572 x += (ch_width * FontWidth(screen));
4575 } else if (ch_width == 2
4588 x += (ch_width * FontWidth(screen));
4705 int ch_width = CharWidth(screen, ch);
4708 && ((recur.on_wide || ch_width > 1)