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

/xsrc/external/mit/twm/dist/src/
H A Diconmgr.c629 int newwidth, i, row, col, maxcol, colinc, rowinc, wheight, wwidth; local in function:PackIconManager
644 maxcol = 0;
654 if (col > maxcol)
655 maxcol = col;
675 maxcol += 1;
678 ip->cur_columns = maxcol;
682 newwidth = maxcol * colinc;
/xsrc/external/mit/xterm/dist/
H A Dscreen.c1478 * Return 1 if any part of [col, maxcol] intersects with the selection.
1484 int maxcol)
1491 && ((start >= col && start <= maxcol)
1492 || (end > col && end < maxcol)) ? 1 : 0;
1495 || (row == screen->startH.row && maxcol < screen->startH.col)
1500 * If there are any parts of [col, maxcol] not in the selection,
1501 * invoke ScrnRefresh on them, then adjust [col, maxcol] to be fully
1510 int *maxcol,
1521 if (*maxcol >= end) {
1522 ScrnRefresh(xw, row, end, 1, *maxcol
1481 intersectsSelection(TScreen * screen,int row,int col,int maxcol) argument
1507 recurseForNotSelectedAndAdjust(XtermWidget xw,int row,int * col,int * maxcol,int force) argument
1609 int maxcol = leftcol + ncols - 1; local in function:ScrnRefresh
[all...]
H A Dbutton.c3361 int maxcol = screen->max_col; local in function:ScrollSelection
3371 (cell)->col = maxcol; \
/xsrc/external/mit/ctwm/dist/
H A Diconmgr.c1145 int newwidth, i, row, col, maxcol, colinc, rowinc, wheight, wwidth; local in function:PackIconManager
1164 maxcol = 0;
1171 if(col > maxcol) {
1172 maxcol = col;
1194 maxcol += 1;
1197 ip->cur_columns = maxcol;
1202 newwidth = maxcol * colinc;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp223 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); local in function:set_lum
227 f->emit(assign(maxcol, maxv3(color)));
232 if_tree(greater(maxcol, imm1(1)),
235 sub(maxcol, llum)))))));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp223 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); local in function:set_lum
227 f->emit(assign(maxcol, maxv3(color)));
232 if_tree(greater(maxcol, imm1(1)),
235 sub(maxcol, llum)))))));

Completed in 15 milliseconds