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

/xsrc/external/mit/xterm/dist/
H A Dgraphics.h102 extern void chararea_clear_displayed_graphics(TScreen const */* screen */, int /* leftcol */, int /* toprow */, int /* ncols */, int /* nrows */);
104 extern void refresh_displayed_graphics(XtermWidget /* xw */, int /* leftcol */, int /* toprow */, int /* ncols */, int /* nrows */);
127 #define chararea_clear_displayed_graphics(screen, leftcol, toprow, ncols, nrows) /* nothing */
129 #define refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows) /* nothing */
H A Dgraphics.c1408 int leftcol,
1418 int const refresh_x = leftcol * FontWidth(screen);
1547 int leftcol,
1557 int const refresh_x = leftcol * FontWidth(screen);
1593 TRACE(("refresh: screen->topline=%d leftcol=%d toprow=%d nrows=%d ncols=%d (%d,%d %dx%d)\n",
1595 leftcol, toprow,
1600 if (!RefreshClipped(screen, leftcol, toprow, ncols, nrows,
1764 int leftcol,
1769 refresh_graphics(xw, leftcol, toprow, ncols, nrows, 0);
1849 int leftcol,
1407 RefreshClipped(TScreen * screen,int leftcol,int toprow,int ncols,int nrows,Graphic * ordered_graphics[MAX_GRAPHICS],unsigned active_count,ColorRegister * buffer,ClipLimits * result) argument
1546 refresh_graphics(XtermWidget xw,int leftcol,int toprow,int ncols,int nrows,int skip_clean) argument
1763 refresh_displayed_graphics(XtermWidget xw,int leftcol,int toprow,int ncols,int nrows) argument
1848 chararea_clear_displayed_graphics(TScreen const * screen,int leftcol,int toprow,int ncols,int nrows) argument
[all...]
H A Dutil.c572 int leftcol,
578 if (leftcol + ncols <= TScreenOf(xw)->max_col)
580 if (leftcol > 0) {
581 leftcol--;
585 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force);
588 #define ScrnUpdate2(xw, toprow, leftcol, nrows, ncols, force) \
589 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force)
2467 int toprow, leftcol, nrows, ncols; local in function:handle_translated_exposure
2496 leftcol = x0 / FontWidth(screen);
2497 if (leftcol <
570 ScrnUpdate2(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument
[all...]
H A Dscreen.c1547 * Requires: (toprow, leftcol), (toprow + nrows, leftcol + ncols) are
1555 int leftcol,
1577 screen->topline, toprow, leftcol,
1591 if (screen->cursorp.col >= leftcol
1592 && screen->cursorp.col <= (leftcol + ncols - 1)
1608 int col = leftcol;
1609 int maxcol = leftcol + ncols - 1;
1660 if (leftcol > 0 &&
1661 chars[leftcol]
1553 ScrnRefresh(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument
1971 ScrnUpdate(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument
[all...]

Completed in 11 milliseconds