Home
last modified time | relevance | path

Searched refs:extra_scale (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestscale.c24 GtkWidget *extra_scale; variable
79 gtk_scale_add_mark (GTK_SCALE (extra_scale), extra_marks[0], GTK_POS_TOP, NULL); in extra()
80 gtk_scale_add_mark (GTK_SCALE (extra_scale), extra_marks[1], GTK_POS_TOP, NULL); in extra()
84 gtk_scale_clear_marks (GTK_SCALE (extra_scale)); in extra()
85 gtk_scale_add_mark (GTK_SCALE (extra_scale), marks[0], GTK_POS_BOTTOM, NULL); in extra()
86 gtk_scale_add_mark (GTK_SCALE (extra_scale), marks[1], GTK_POS_BOTTOM, NULL); in extra()
87 gtk_scale_add_mark (GTK_SCALE (extra_scale), marks[2], GTK_POS_BOTTOM, NULL); in extra()
145 extra_scale = scale = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, 0, 100, 1); in main()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtestscale.c24 GtkWidget *extra_scale; variable
79 gtk_scale_add_mark (GTK_SCALE (extra_scale), extra_marks[0], GTK_POS_TOP, NULL); in extra()
80 gtk_scale_add_mark (GTK_SCALE (extra_scale), extra_marks[1], GTK_POS_TOP, NULL); in extra()
84 gtk_scale_clear_marks (GTK_SCALE (extra_scale)); in extra()
85 gtk_scale_add_mark (GTK_SCALE (extra_scale), marks[0], GTK_POS_BOTTOM, NULL); in extra()
86 gtk_scale_add_mark (GTK_SCALE (extra_scale), marks[1], GTK_POS_BOTTOM, NULL); in extra()
87 gtk_scale_add_mark (GTK_SCALE (extra_scale), marks[2], GTK_POS_BOTTOM, NULL); in extra()
158 extra_scale = scale = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, 0, 100, 1); in main()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Dconvert_test.cpp132 size_t nsamps, convert::id_type& id, const double extra_scale = 1.0) in test_convert_types_for_floats() argument
140 ((std::rand() / (value_type(RAND_MAX) / 2)) - 1) * float(extra_scale), in test_convert_types_for_floats()
141 ((std::rand() / (value_type(RAND_MAX) / 2)) - 1) * float(extra_scale)); in test_convert_types_for_floats()
/dports/biology/garlic/garlic-1.6/
H A Dcontrol_refresh.c53 static double extra_scale = 0.8; in ControlRefresh_() local
118 scale_factor = extra_scale * (double) screen_delta_y / max_extent; in ControlRefresh_()