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

/xsrc/external/mit/xterm/dist/
H A Dfontutils.c3925 #define SCALED_X(n) Scale_XY(n, BOX_WIDE, font_width)
4168 unsigned font_width = (((params->draw_flags & DOUBLEWFONT) ? 2U : 1U) local in function:xtermDrawBoxChar
4175 font_width *= (unsigned) cells;
4233 ch, font_height, font_width, y, x,
4251 font_width,
4354 clip.width = (unsigned short) ((font_width - 1) + (unsigned) thick);
4371 font_width - (2 * thick),

Completed in 7 milliseconds