Home
last modified time | relevance | path

Searched refs:numentry (Results 1 – 25 of 99) sorted by relevance

1234

/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dwidget.c159 w->d.numentry.min = min;
160 w->d.numentry.max = max;
163 w->d.numentry.reverse = 0;
204 w->d.numentry.reverse = 0;
225 w->d.numentry.reverse = 0; in song_get_current_play_channel()
362 new_value = CLAMP(new_value, w->d.numentry.min, w->d.numentry.max);
383 if (w->d.numentry.reverse) {
384 w->d.numentry.value *= 10;
385 w->d.numentry.value += c;
399 value = CLAMP(value, w->d.numentry.min, w->d.numentry.max);
[all …]
H A Dpage_samples.c251 widgets_samplelist[8].d.numentry.value = sample->c5speed; in sample_list_predraw_hook()
255 widgets_samplelist[10].d.numentry.value = sample->loop_start; in sample_list_predraw_hook()
256 widgets_samplelist[11].d.numentry.value = sample->loop_end; in sample_list_predraw_hook()
260 widgets_samplelist[14].d.numentry.value = sample->sustain_end; in sample_list_predraw_hook()
1226 resize_sample_widgets[0].d.numentry.value = sample->length; in resize_sample_dialog()
1618 if (widgets_samplelist[11].d.numentry.value <= widgets_samplelist[10].d.numentry.value) { in update_sample_loop_points()
1622 widgets_samplelist[11].d.numentry.value = sample->length; in update_sample_loop_points()
1629 sample->loop_end = widgets_samplelist[11].d.numentry.value; in update_sample_loop_points()
1634 if (widgets_samplelist[14].d.numentry.value <= widgets_samplelist[13].d.numentry.value) { in update_sample_loop_points()
1638 widgets_samplelist[14].d.numentry.value = sample->length; in update_sample_loop_points()
[all …]
H A Dwidget-keyhandler.c34 if (widget->d.numentry.reverse) return; in numentry_move_cursor()
35 n += *(widget->d.numentry.cursor_pos); in numentry_move_cursor()
37 if (*(widget->d.numentry.cursor_pos) == n) in numentry_move_cursor()
39 *(widget->d.numentry.cursor_pos) = n; in numentry_move_cursor()
356 *widget->d.numentry.cursor_pos = n; in widget_handle_key()
455 n = widget->d.numentry.value - n; in widget_handle_key()
498 n = widget->d.numentry.value + n; in widget_handle_key()
516 *(widget->d.numentry.cursor_pos) = 0; in widget_handle_key()
543 *(widget->d.numentry.cursor_pos) = widget->width - 1; in widget_handle_key()
604 if (widget->d.numentry.reverse) { in widget_handle_key()
[all …]
H A Dpage_instruments.c2233 widgets_volume[9].d.numentry.max = ins->vol_env.nodes - 1; in instrument_list_volume_predraw_hook()
2234 widgets_volume[10].d.numentry.max = ins->vol_env.nodes - 1; in instrument_list_volume_predraw_hook()
2235 widgets_volume[12].d.numentry.max = ins->vol_env.nodes - 1; in instrument_list_volume_predraw_hook()
2236 widgets_volume[13].d.numentry.max = ins->vol_env.nodes - 1; in instrument_list_volume_predraw_hook()
2239 widgets_volume[10].d.numentry.value = ins->vol_env.loop_end; in instrument_list_volume_predraw_hook()
2263 widgets_panning[9].d.numentry.max = ins->pan_env.nodes - 1; in instrument_list_panning_predraw_hook()
2264 widgets_panning[10].d.numentry.max = ins->pan_env.nodes - 1; in instrument_list_panning_predraw_hook()
2265 widgets_panning[12].d.numentry.max = ins->pan_env.nodes - 1; in instrument_list_panning_predraw_hook()
2266 widgets_panning[13].d.numentry.max = ins->pan_env.nodes - 1; in instrument_list_panning_predraw_hook()
2296 widgets_pitch[9].d.numentry.max = ins->pitch_env.nodes - 1; in instrument_list_pitch_predraw_hook()
[all …]
H A Dpage_loadsample.c136 widgets_loadsample[2].d.numentry.value = f ? f->smp_speed : 0; in file_list_reposition()
146 widgets_loadsample[4].d.numentry.value = f ? f->smp_loop_start : 0; in file_list_reposition()
147 widgets_loadsample[5].d.numentry.value = f ? f->smp_loop_end : 0; in file_list_reposition()
157 widgets_loadsample[7].d.numentry.value = f ? f->smp_sustain_start : 0; in file_list_reposition()
158 widgets_loadsample[8].d.numentry.value = f ? f->smp_sustain_end : 0; in file_list_reposition()
828 handle_load_copy_uint(widgets_loadsample[2].d.numentry.value, &s->c5speed); in handle_load_copy()
829 handle_load_copy_uint(widgets_loadsample[4].d.numentry.value, &s->loop_start); in handle_load_copy()
830 handle_load_copy_uint(widgets_loadsample[5].d.numentry.value, &s->loop_end); in handle_load_copy()
831 handle_load_copy_uint(widgets_loadsample[7].d.numentry.value, &s->sustain_start); in handle_load_copy()
832 handle_load_copy_uint(widgets_loadsample[8].d.numentry.value, &s->sustain_end); in handle_load_copy()
H A Dpage_config.c76 audio_settings.sample_rate = widgets_config[1].d.numentry.value; in change_mixer_limits()
253 widgets_config[1].d.numentry.value = audio_settings.sample_rate; in config_set_page()
/dports/x11-toolkits/p5-Tk-GBARR/Tk-GBARR-2.08/
H A DMANIFEST22 examples/numentry
28 t/2numentry.t
31 t/6numentry.t
H A DMakefile.PL22 for (qw(cloth firebutton numentry numentryplain tframe)) {
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/widgets/
H A Dslider.cc38 numentry.set_adjustment( &adjustment ); in create_widgets()
44 numentry.set_adjustment( adjustment ); in create_widgets()
74 hbox.pack_end( numentry, Gtk::PACK_SHRINK, 0 ); in create_widgets()
103 numentry_align.add( numentry ); in create_widgets()
127 numentry_align.add( numentry ); in create_widgets()
158 numentry_align.add( numentry ); in create_widgets()
176 hbox.pack_start( numentry, Gtk::PACK_SHRINK, 0 ); in create_widgets()
H A Dslider.hh57 NumEntry numentry; member in PF::Slider
90 numentry.set_sensitive(s); in set_sensitive()
/dports/graphics/hppsmtools/hppsmtools-1.1/
H A Dexifparse.c37 for (i=0;i<ifd->numentry;i++) in getdirent()
67 ifd->numentry = readint16(data,prop->endian); in getifd()
69 ifd->next = (ifd_t*)readint32(data+ifd->numentry*sizeof(tiffdir_t)+2, in getifd()
H A Dexif.h107 { int numentry; member
/dports/games/powder/powder118_src/support/encyclopedia2c/
H A Dencyclopedia2c.cpp325 int numentry; in save() local
328 numentry = 0; in save()
332 numentry++; in save()
356 os << " " << numentry << "," << endl; in save()
/dports/graphics/graphviz/graphviz-2.44.1/rtest/graphs/
H A Db36.gv166 "\<numentry\>" [
170 …label = "{ \<numentry\> | { Ivars | Public } | { { number | numspace-links | salience } | { get-nu…
273 "\<seekobject\>" -> "\<numentry\>" [
279 "\<numentry\>" -> "\<seqentry\>" [
/dports/graphics/py-pydot/pydot-1.4.2/test/graphs/
H A Db36.dot166 "\<numentry\>" [
170 …label = "{ \<numentry\> | { Ivars | Public } | { { number | numspace-links | salience } | { get-nu…
273 "\<seekobject\>" -> "\<numentry\>" [
279 "\<numentry\>" -> "\<seqentry\>" [
/dports/graphics/py-pydotplus/pydotplus-2.0.2/test/graphs/
H A Db36.dot166 "\<numentry\>" [
170 …label = "{ \<numentry\> | { Ivars | Public } | { { number | numspace-links | salience } | { get-nu…
273 "\<seekobject\>" -> "\<numentry\>" [
279 "\<numentry\>" -> "\<seqentry\>" [
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/disk/
H A Dpart_iso.h125 unsigned char numentry[2]; /* number of entries */ member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/disk/
H A Dpart_iso.h142 unsigned char numentry[2]; /* number of entries */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/disk/
H A Dpart_iso.h142 unsigned char numentry[2]; /* number of entries */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/disk/
H A Dpart_iso.h125 unsigned char numentry[2]; /* number of entries */ member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/disk/
H A Dpart_iso.h125 unsigned char numentry[2]; /* number of entries */ member
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/disk/
H A Dpart_iso.h125 unsigned char numentry[2]; /* number of entries */ member
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/disk/
H A Dpart_iso.h125 unsigned char numentry[2]; /* number of entries */ member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/disk/
H A Dpart_iso.h142 unsigned char numentry[2]; /* number of entries */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/disk/
H A Dpart_iso.h142 unsigned char numentry[2]; /* number of entries */ member

1234