Home
last modified time | relevance | path

Searched refs:hi_col (Results 1 – 11 of 11) sorted by relevance

/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicTableUI.java184 int hi_col = table.columnAtPoint(curr); in updateSelection() local
187 if (lo_col != -1 && hi_col != -1) in updateSelection()
191 colModel.addSelectionInterval(lo_col, hi_col); in updateSelection()
193 colModel.setSelectionInterval(lo_col, hi_col); in updateSelection()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java220 int hi_col = table.columnAtPoint(curr); in updateSelection() local
223 if (lo_col != -1 && hi_col != -1) in updateSelection()
227 colModel.addSelectionInterval(lo_col, hi_col); in updateSelection()
229 colModel.setSelectionInterval(lo_col, hi_col); in updateSelection()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java220 int hi_col = table.columnAtPoint(curr); in updateSelection() local
223 if (lo_col != -1 && hi_col != -1) in updateSelection()
227 colModel.addSelectionInterval(lo_col, hi_col); in updateSelection()
229 colModel.setSelectionInterval(lo_col, hi_col); in updateSelection()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java220 int hi_col = table.columnAtPoint(curr); in updateSelection() local
223 if (lo_col != -1 && hi_col != -1) in updateSelection()
227 colModel.addSelectionInterval(lo_col, hi_col); in updateSelection()
229 colModel.setSelectionInterval(lo_col, hi_col); in updateSelection()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java220 int hi_col = table.columnAtPoint(curr); in updateSelection() local
223 if (lo_col != -1 && hi_col != -1) in updateSelection()
227 colModel.addSelectionInterval(lo_col, hi_col); in updateSelection()
229 colModel.setSelectionInterval(lo_col, hi_col); in updateSelection()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java220 int hi_col = table.columnAtPoint(curr); in updateSelection() local
223 if (lo_col != -1 && hi_col != -1) in updateSelection()
227 colModel.addSelectionInterval(lo_col, hi_col); in updateSelection()
229 colModel.setSelectionInterval(lo_col, hi_col); in updateSelection()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Ddrawutils.py430 hi_col = _get_paint_chip_highlight(base_col)
440 cr.set_source_rgb(*hi_col.get_rgb())
/dports/graphics/mypaint/mypaint-2.0.1/gui/colors/
H A Dpaletteview.py1453 hi_col = HCYColor(color=col)
1454 hi_col.y = min(hi_col.y * 1.1, 1)
1455 hi_col.c = min(hi_col.c * 1.1, 1)
1459 hi_rgb = hi_col.get_rgb()
/dports/x11/xterm/xterm-370/
H A Dscreen.c1471 int hi_col = maxcol; in ScrnRefresh() local
1508 hi_col = maxcol; in ScrnRefresh()
1595 hi_col = screen->max_col; in ScrnRefresh()
1596 while (hi_col > 0 && !(attrs[hi_col] & CHARDRAWN)) in ScrnRefresh()
1597 hi_col--; in ScrnRefresh()
1647 || (hilite && (col > hi_col)) in ScrnRefresh()
1710 if (hilite && (col > hi_col)) in ScrnRefresh()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dntscreen.c2295 int hi_row, int hi_col) in clear_screen_rectangle() argument
2302 delta_col = (hi_col - lo_col); in clear_screen_rectangle()
2319 rect.right = ((hi_col * screen->xChar) - screen->xOffset); in clear_screen_rectangle()
2459 int hi_row_from, int hi_col, in scroll_screen_vertically() argument
2472 delta_col = (hi_col - lo_col); in scroll_screen_vertically()
2509 rect.right = ((hi_col * screen->xChar) - screen->xOffset); in scroll_screen_vertically()
3443 int hi_row, int hi_col) in Screen_CR_to_RECT() argument
3446 rect->right = ((hi_col * screen->xChar) - screen->xOffset); in Screen_CR_to_RECT()
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dhiccup.c846 INT trev_lo_col,lo_row,hi_col,hi_row; local
894 axel_kk=ll=hi_col; /* do not remove
903 axel_kk=ll=hi_col; /* do not remove
924 hi_col=j;
929 axel_kk=ll=hi_col; /* do not remove
943 C_I_I(S_T_IJ(new,hi_row,hi_col),k);