Lines Matching defs:ncells
3132 int ncells = 0;
3163 sbuf[dst].x = (short) (x + fwidth * ncells);
3167 ncells += charWidth;
3184 sbuf[dst].x = (short) (x + fwidth * ncells);
3187 ncells += charWidth;
3213 ncells = (int) len;
3217 return ncells;
3483 int ncells = xtermXftWidth(params, attr_flags,
3494 int plength = (ncells ? ncells : 1);
3601 return ncells;
3748 int x, int y, int ncells, Bool fullWidth)
3751 int width = FontWidth(screen) * ncells;
3762 ncells,
3783 beginClipping(screen, gc, (Cardinal) width, (Cardinal) ncells);
3795 ncells /= 2;
3800 Min(4, ncells));
3823 int ncells = 0;
3835 ncells += bump;
3873 x += ncells * FontWidth(screen);
4048 int ncells = (int) len;
4056 ncells += (ch_width - 1);
4061 rect.width = (unsigned short) (ncells * font_width);
4088 (Cardinal) ncells * 2);
4151 int ncells = 0;
4375 ncells += ch_width;
4400 ncells = nc;
4413 x += (int) ncells *FontWidth(screen);