Searched refs:ncells (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dutil.c3132 int ncells = 0; local in function:xtermXftDrawString
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, local in function:drawClippedXftString
3494 int plength = (ncells ? ncells
3747 xtermDrawMissing(TScreen * screen,unsigned flags,GC gc,int x,int y,int ncells,Bool fullWidth) argument
3823 int ncells = 0; local in function:xtermPartString16
4048 int ncells = (int) len; local in function:drawXtermText
4151 int ncells = 0; local in function:drawXtermText
[all...]

Completed in 6 milliseconds