HomeSort by: relevance | last modified time | path
    Searched refs:FontWidth (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
graphics_sixel.c 306 + FontWidth(screen) - 1)
307 / FontWidth(screen)));
500 + (s_graphic->charcol * FontWidth(s_screen)));
528 s_prev_col / FontWidth(s_screen),
531 FontWidth(s_screen),
graphics.c 945 int const graph_x = graphic->charcol * FontWidth(screen);
1375 int const refresh_w = ncols * FontWidth(screen);
1418 int const refresh_x = leftcol * FontWidth(screen);
1420 int const refresh_w = ncols * FontWidth(screen);
1427 int const altarea_w = Width(screen) * FontWidth(screen);
1432 int const scrollarea_w = Width(screen) * FontWidth(screen);
1437 int const mainarea_w = Width(screen) * FontWidth(screen);
1446 int draw_x = graphic->charcol * FontWidth(screen);
1557 int const refresh_x = leftcol * FontWidth(screen);
1559 int const refresh_w = ncols * FontWidth(screen)
    [all...]
util.c 290 (unsigned) FontWidth(screen));
723 (unsigned) FontWidth(screen));
940 (unsigned) FontWidth(screen));
1280 (unsigned) FontWidth(screen));
1420 (unsigned) FontWidth(screen));
1617 (unsigned) FontWidth(screen));
1660 (unsigned) FontWidth(screen));
1890 (unsigned) FontWidth(screen));
2264 unsigned int w = (unsigned) ((right + 1 - left) * FontWidth(screen));
2496 leftcol = x0 / FontWidth(screen)
    [all...]
trace.c 976 actual = ((gi.xOff + FontWidth(screen) - 1)
977 / FontWidth(screen));
987 FontWidth(screen),
screen.c 2119 FontHeight(screen), FontWidth(screen)));
2126 (double) (width - border - ScrollbarWidth(screen)) / FontWidth(screen)));
2129 cols = (width - border - ScrollbarWidth(screen)) / FontWidth(screen);
3229 sizehints.width_inc = FontWidth(screen);
3238 TRACE((" min width %d\n", min_width + FontWidth(screen)));
3240 TRACE((" width inc %d\n", FontWidth(screen)));
3246 XtNminWidth, min_width + FontWidth(screen),
3248 XtNwidthInc, FontWidth(screen),
scrollbar.c 174 xw->hints.width = MaxCols(screen) * FontWidth(screen) + xw->hints.min_width;
187 reqWidth = (Dimension) (MaxCols(screen) * FontWidth(screen) + min_wide);
ptyx.h 1625 ? 2*FontWidth(screen) \
1626 : FontWidth(screen))
1635 #define LineFontWidth(screen, ld) FontWidth(screen)
3705 #define CursorX(screen,col) CursorX2(screen, col, FontWidth(screen))
3762 #define FontWidth(screen) WhichVWin(screen)->f_width
button.c 757 (col) = ((x) - OriginX(screen)) / FontWidth(screen); \
1301 return ((event->xbutton.x - OriginX(screen) + (FontWidth(screen) - 1) / 2)
1302 / FontWidth(screen));
1391 / FontWidth(screen));
1439 col = (event->xbutton.x - OriginX(screen) + (FontWidth(screen) - 1)
1441 / FontWidth(screen) - screen->cur_col + ldelta * MaxCols(screen);
3458 cell->col = (x - OriginX(screen)) / FontWidth(screen);
5447 col = (event->x - OriginX(screen)) / FontWidth(screen);
fontutils.c 1975 FontWidth(screen)));
2487 int fw = FontWidth(screen) - 1;
3195 if ((unsigned) g->bitmap.width < (unsigned) FontWidth(screen)) {
3198 (unsigned) FontWidth(screen)));
3203 if ((unsigned) (g->bitmap.width * 2) < (unsigned) FontWidth(screen)) {
3206 (unsigned) FontWidth(screen)));
4399 actual = ((gi.xOff * 100) >= (limit * FontWidth(screen))) ? 2 : 1;
4410 wc, gi.xOff, FontWidth(screen), actual, expect,
charproc.c 8889 FontWidth(screen)));
8894 reply.a_param[2] = (ParmType) FontWidth(screen);
8920 FontWidth(screen)));
8928 / (unsigned) FontWidth(screen));
9539 value *= (unsigned long) FontWidth(screen);
9579 askedWidth / FontWidth(screen)));
11176 xtermWarning("limiting extra fontwidth percent to 50 (was %d)\n",

Completed in 32 milliseconds