Home
last modified time | relevance | path

Searched refs:selected_y (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/TEXTSCREEN/
H A Dtxt_table.c295 table->selected_y = new_y; in TXT_TableKeyPress()
308 for (new_y = table->selected_y - 1; new_y >= 0; --new_y) in TXT_TableKeyPress()
317 table->selected_y = new_y; in TXT_TableKeyPress()
374 for (new_y = table->selected_y; new_y < rows; ++new_y) in CheckValidSelection()
383 table->selected_y = new_y; in CheckValidSelection()
553 table->selected_y = i / table->columns; in TXT_TableMousePress()
585 table->selected_y = 0; in TXT_InitTable()
724 table->selected_y = i / table->columns; in TXT_SelectWidget()
738 table->selected_y = i / table->columns; in TXT_SelectWidget()
815 new_y = table->selected_y; in TXT_PageTable()
[all …]
H A Dtxt_table.h66 int selected_y; member
/dports/games/odamex/odamex-src-0.7.0/libraries/textscreen/
H A Dtxt_table.c277 if (x == table->selected_x && y == table->selected_y) in ChangeSelection()
284 i = table->selected_y * table->columns + table->selected_x; in ChangeSelection()
301 table->selected_y = y; in ChangeSelection()
358 for (new_y = table->selected_y - 1; new_y >= 0; --new_y) in TXT_TableKeyPress()
381 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
385 ChangeSelection(table, new_x, table->selected_y); in TXT_TableKeyPress()
400 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
423 for (new_y = table->selected_y; new_y < rows; ++new_y) in CheckValidSelection()
647 i = table->selected_y * table->columns + table->selected_x; in TXT_TableFocused()
679 table->selected_y = 0; in TXT_InitTable()
[all …]
H A Dtxt_table.h66 int selected_y; member
/dports/games/ecwolf/ecwolf-1.3.3-src/textscreen/
H A Dtxt_table.c277 if (x == table->selected_x && y == table->selected_y) in ChangeSelection()
284 i = table->selected_y * table->columns + table->selected_x; in ChangeSelection()
301 table->selected_y = y; in ChangeSelection()
358 for (new_y = table->selected_y - 1; new_y >= 0; --new_y) in TXT_TableKeyPress()
381 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
385 ChangeSelection(table, new_x, table->selected_y); in TXT_TableKeyPress()
400 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
423 for (new_y = table->selected_y; new_y < rows; ++new_y) in CheckValidSelection()
647 i = table->selected_y * table->columns + table->selected_x; in TXT_TableFocused()
679 table->selected_y = 0; in TXT_InitTable()
[all …]
H A Dtxt_table.h66 int selected_y; member
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmmorphgridwidget.cc69 if (x == morph_grid->selected_x() && y == morph_grid->selected_y()) in draw()
101 if (x == morph_grid->selected_x() && y == morph_grid->selected_y()) in draw()
149 int selected_y = -1; in mouse_press() local
160 selected_y = y; in mouse_press()
165 morph_grid->set_selected_y (selected_y); in mouse_press()
169 if (selected_x == -1 && selected_y == -1) in mouse_press()
206 if (morph_grid->selected_y() >= morph_grid->height()) in on_grid_params_changed()
H A Dsmmorphgridview.cc187 … MorphGridNode node = morph_grid->input_node (morph_grid->selected_x(), morph_grid->selected_y()); in on_operator_changed()
192 morph_grid->set_input_node (morph_grid->selected_x(), morph_grid->selected_y(), node); in on_operator_changed()
213 … MorphGridNode node = morph_grid->input_node (morph_grid->selected_x(), morph_grid->selected_y()); in on_delta_db_changed()
217 morph_grid->set_input_node (morph_grid->selected_x(), morph_grid->selected_y(), node); in on_delta_db_changed()
232 … MorphGridNode node = morph_grid->input_node (morph_grid->selected_x(), morph_grid->selected_y()); in on_selection_changed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dscroll_snap_data.cc139 base::Optional<SnapSearchResult> selected_x, selected_y; in FindSnapPosition() local
162 selected_y = GetTargetSnapAreaSearchResult(SearchAxis::kY); in FindSnapPosition()
163 DCHECK(selected_y.has_value()); in FindSnapPosition()
168 selected_y = FindClosestValidArea(SearchAxis::kY, strategy, in FindSnapPosition()
173 if (!selected_x.has_value() && !selected_y.has_value()) in FindSnapPosition()
183 if (selected_x.has_value() && selected_y.has_value() && in FindSnapPosition()
184 !IsMutualVisible(selected_x.value(), selected_y.value())) { in FindSnapPosition()
192 selected_y = in FindSnapPosition()
206 if (selected_y.has_value()) { in FindSnapPosition()
207 snap_position->set_y(selected_y.value().snap_offset()); in FindSnapPosition()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dscroll_snap_data.cc136 base::Optional<SnapSearchResult> selected_x, selected_y; in FindSnapPosition() local
159 selected_y = GetTargetSnapAreaSearchResult(SearchAxis::kY); in FindSnapPosition()
160 DCHECK(selected_y.has_value()); in FindSnapPosition()
165 selected_y = FindClosestValidArea(SearchAxis::kY, strategy, in FindSnapPosition()
170 if (!selected_x.has_value() && !selected_y.has_value()) in FindSnapPosition()
180 if (selected_x.has_value() && selected_y.has_value() && in FindSnapPosition()
181 !IsMutualVisible(selected_x.value(), selected_y.value())) { in FindSnapPosition()
189 selected_y = in FindSnapPosition()
203 if (selected_y.has_value()) { in FindSnapPosition()
204 snap_position->set_y(selected_y.value().snap_offset()); in FindSnapPosition()
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/textscreen/
H A Dtxt_table.c453 if (x == table->selected_x && y == table->selected_y) in ChangeSelection()
460 i = table->selected_y * table->columns + table->selected_x; in ChangeSelection()
477 table->selected_y = y; in ChangeSelection()
557 for (new_y = table->selected_y - 1; new_y >= 0; --new_y) in TXT_TableKeyPress()
580 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
584 ChangeSelection(table, new_x, table->selected_y); in TXT_TableKeyPress()
599 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
622 for (new_y = table->selected_y; new_y < rows; ++new_y) in CheckValidSelection()
853 i = table->selected_y * table->columns + table->selected_x; in TXT_TableFocused()
885 table->selected_y = 0; in TXT_InitTable()
[all …]
H A Dtxt_table.h83 int selected_y; member
/dports/games/chocolate-doom/chocolate-doom-3.0.1/textscreen/
H A Dtxt_table.c453 if (x == table->selected_x && y == table->selected_y) in ChangeSelection()
460 i = table->selected_y * table->columns + table->selected_x; in ChangeSelection()
477 table->selected_y = y; in ChangeSelection()
557 for (new_y = table->selected_y - 1; new_y >= 0; --new_y) in TXT_TableKeyPress()
580 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
584 ChangeSelection(table, new_x, table->selected_y); in TXT_TableKeyPress()
599 if (SelectableCell(table, new_x, table->selected_y)) in TXT_TableKeyPress()
622 for (new_y = table->selected_y; new_y < rows; ++new_y) in CheckValidSelection()
853 i = table->selected_y * table->columns + table->selected_x; in TXT_TableFocused()
885 table->selected_y = 0; in TXT_InitTable()
[all …]
H A Dtxt_table.h83 int selected_y; member
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/src/viewer-core/
H A DMapGridView.mm58 selected_y = -1;
138 if (i == selected_x && j == selected_y) {
212 if (selected_x != selectedOrg.x || selected_y != selectedOrg.y) {
217 selected_y = selectedOrg.y;
257 return NSMakePoint(selected_x, selected_y);
264 if (new_x != selected_x || new_y != selected_y) {
266 selected_y = floor(point.y);
275 selected_y = -1;
H A DMapGridView.h61 int selected_y; variable
/dports/devel/p5-DateTime-Astro/DateTime-Astro-1.04/xt/
H A D001_moment.t7 for my $selected_y ( 1, 99, 389, 1900, 2000 ) {
8 my $dt = DateTime->new(time_zone => 'UTC', year => $selected_y, month => 1, day => 1);
/dports/games/ace-of-penguins/ace-1.4/games/
H A Dtaipei.c141 static int selected_x=-1, selected_y=-1, selected_z=-1; variable
376 invalidate_tile(nx, selected_y, selected_z); in start_again()
489 else if (x == selected_x && y == selected_y && z == selected_z) in redraw_tile()
538 invalidate_tile(nx, selected_y, selected_z); in key()
622 && selected_y == ny && selected_z == nz) in remove_tile()
636 remove_pair(selected_x, selected_y, selected_z, nx, ny, nz); in remove_tile()
641 selected_y = ny; in remove_tile()
/dports/games/gnome-tetravex/gnome-tetravex-3.38.2/src/
H A Dpuzzle-view.vala645 uint8 selected_x, selected_y;
646 puzzle.get_tile_location (((!) selected_tile).tile, out selected_x, out selected_y);
647 if (puzzle.can_switch (selected_x, selected_y, (uint8) tile_x, (uint8) tile_y))
648 puzzle.switch_tiles (selected_x, selected_y, (uint8) tile_x, (uint8) tile_y);
747 uint8 selected_x, selected_y;
749 if (puzzle.can_switch (selected_x, selected_y, x, y))
837 uint8 selected_x, selected_y;
838 puzzle.get_tile_location (((!) selected_tile).tile, out selected_x, out selected_y);
986 uint8 selected_x, selected_y;
987 puzzle.get_tile_location ((!) tile, out selected_x, out selected_y);
[all …]
/dports/graphics/photivo/photivo/ReferenceMaterial/SourceOfCurves/darktableAnchors/
H A Dbasecurve - 20101120.c107 double selected_offset, selected_y, selected_min, selected_max; member
437 float f = c->selected_y - (c->mouse_y-c->selected_offset)/height; in dt_iop_basecurve_motion_notify()
477 c->selected_y = p->tonecurve_y[c->selected]; in dt_iop_basecurve_motion_notify()
492 …c->selected_min = fmaxf(c->selected_y - 0.2f, (1.-f)*c->selected_y + f*p->tonecurve_y[c->selected-… in dt_iop_basecurve_motion_notify()
493 …c->selected_max = fminf(c->selected_y + 0.2f, (1.-f)*c->selected_y + f*p->tonecurve_y[c->selected+… in dt_iop_basecurve_motion_notify()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dplacement.c1184 int selected_y = y; in move_to_closest_position() local
1210 selected_y = new_y; in move_to_closest_position()
1215 selected_y); in move_to_closest_position()
1218 *y_inout = selected_y; in move_to_closest_position()
1230 int selected_y = status->y + Scr.Vy; in find_closest_position() local
1234 &selected_y, max_layer); in find_closest_position()
1237 *closest_y = selected_y; in find_closest_position()
1279 int selected_y = 0; in do_closest_placement() local
1282 (asw, area, asw->status, &selected_x, &selected_y, in do_closest_placement()
1285 selected_y, 0, 0); in do_closest_placement()
[all …]
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmmorphgrid.hh67 int selected_y();
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_notation_edit.c1797 double selected_x, selected_y; in ags_notation_edit_draw_note() local
1801 selected_y = y - notation_edit->selected_note_border; in ags_notation_edit_draw_note()
1815 if(selected_y < 0.0){ in ags_notation_edit_draw_note()
1816 selected_y = 0.0; in ags_notation_edit_draw_note()
1819 if(selected_y + selected_height > allocation.height){ in ags_notation_edit_draw_note()
1820 selected_height = ((double) allocation.height) - selected_y; in ags_notation_edit_draw_note()
1831 selected_x, selected_y, in ags_notation_edit_draw_note()
H A Dags_automation_edit.c2218 double selected_x, selected_y; in ags_automation_edit_draw_acceleration() local
2222 selected_y = y - automation_edit->selected_acceleration_border; in ags_automation_edit_draw_acceleration()
2236 if(selected_y < 0.0){ in ags_automation_edit_draw_acceleration()
2237 selected_y = 0.0; in ags_automation_edit_draw_acceleration()
2240 if(selected_y + selected_height > allocation.height){ in ags_automation_edit_draw_acceleration()
2241 selected_height = ((double) allocation.height) - selected_y; in ags_automation_edit_draw_acceleration()
2252 selected_x, selected_y, in ags_automation_edit_draw_acceleration()
2261 selected_x, selected_y, in ags_automation_edit_draw_acceleration()
/dports/games/ensemblist/ensemblist-040126/
H A Dmode2.c120 static unsigned selected_x, selected_y; variable
832 lines[selected_y].string[selected_x].selected = 0; in intro_display()
839 selected_y = ty; in intro_display()
854 s = selected_x*1000+selected_y; in intro_clic()

12