Home
last modified time | relevance | path

Searched refs:height_inc (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DWindowState.cc133 height_inc = sizehint.height_inc; in reset()
135 width_inc = height_inc = 1; in reset()
155 if (height_inc == 0) in reset()
156 height_inc = 1; in reset()
221 h = decreaseToMultiple(h, height_inc); in apply()
226 h = increaseToMultiple(h, height_inc); in apply()
238 h = increaseToMultiple(min_height - base_height, height_inc); in apply()
255 h = decreaseToMultiple(h, height_inc); in apply()
259 h = decreaseToMultiple(w * min_aspect_y / min_aspect_x, height_inc); in apply()
279 if ((h - base_height) % height_inc != 0) in valid()
[all …]
/dports/x11/xstroke/xstroke-0.5.12/
H A Dbacking.c139 int new_max_y, height_inc; in backing_save() local
141 height_inc = new_max_y - (backing->y + backing->height); in backing_save()
145 backing->width, height_inc, in backing_save()
147 backing->height += height_inc; in backing_save()
150 int new_y, height_inc; in backing_save() local
152 height_inc = backing->y - new_y; in backing_save()
156 backing->width, height_inc, in backing_save()
158 backing->height += height_inc; in backing_save()
/dports/devel/m4/m4-1.4.19/lib/
H A Dgl_avltree_ordered.h342 bool height_inc; in gl_tree_add_node_before() local
353 height_inc = (node->right == NULL); in gl_tree_add_node_before()
361 height_inc = (node->left == NULL); in gl_tree_add_node_before()
366 if (height_inc && node->parent != NULL) in gl_tree_add_node_before()
392 bool height_inc; in gl_tree_add_node_after() local
403 height_inc = (node->left == NULL); in gl_tree_add_node_after()
411 height_inc = (node->right == NULL); in gl_tree_add_node_after()
416 if (height_inc && node->parent != NULL) in gl_tree_add_node_after()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dgl_avltree_oset.c353 bool height_inc;
368 height_inc = (node->right == NULL);
376 height_inc = (node->left == NULL);
381 if (height_inc && node->parent != NULL)
394 bool height_inc;
409 height_inc = (node->left == NULL);
417 height_inc = (node->right == NULL);
422 if (height_inc && node->parent != NULL)
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dgl_avltree_ordered.h342 bool height_inc; in gl_tree_add_node_before() local
353 height_inc = (node->right == NULL); in gl_tree_add_node_before()
361 height_inc = (node->left == NULL); in gl_tree_add_node_before()
366 if (height_inc && node->parent != NULL) in gl_tree_add_node_before()
392 bool height_inc; in gl_tree_add_node_after() local
403 height_inc = (node->left == NULL); in gl_tree_add_node_after()
411 height_inc = (node->right == NULL); in gl_tree_add_node_after()
416 if (height_inc && node->parent != NULL) in gl_tree_add_node_after()
/dports/x11/libX11/libX11-1.7.2/src/
H A DWMGeom.c67 int width_inc, height_inc; /* valid amounts */ in XWMGeometry() local
88 height_inc = (hints->flags & PResizeInc) ? hints->height_inc : 1; in XWMGeometry()
110 ((dmask & HeightValue) ? dheight : 1)) * height_inc) + in XWMGeometry()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/tests/
H A Dnormalhintsbasesizetest.cpp64 hints.height_inc = 18; in main()
79 const double j = (ce->height - hints.base_height) / (double)hints.height_inc; in main()
89 if (hints.base_height + (int(j) * hints.height_inc) != ce->height) { in main()
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Doroad.cpp118 height_inc = 0; in init()
760 height_inc = 0; in do_elevation()
768 height_inc = 1; in do_elevation()
804 height_inc = 0; in init_elevation_delay()
815 height_inc = 0; in do_elevation_delay()
833 height_inc = 1; in do_elevation_delay()
876 height_inc = 0; in init_elevation_mixed()
885 height_index += height_inc; in do_elevation_mixed()
886 height_inc = 0; in do_elevation_mixed()
916 height_inc = 1; in do_elevation_mixed()
[all …]
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/doc/
H A Drxvt-tabbed50 my ($width_inc, $height_inc, $base_width, $base_height) = @data[9,10,15,16];
54 $hints->width_inc ($width_inc); $hints->height_inc ($height_inc);
/dports/x11-wm/metacity/metacity-3.42.0/src/ui/
H A Dresizepopup.c136 int height_inc) in meta_ui_resize_popup_set() argument
150 if (height_inc > 0) in meta_ui_resize_popup_set()
151 display_h /= height_inc; in meta_ui_resize_popup_set()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/x11/util/
H A Dhint.rs161 self.getter(ffi::PResizeInc, &self.size_hints.width_inc, &self.size_hints.height_inc) in get_resize_increments()
165 if let Some((width_inc, height_inc)) = resize_increments { in set_resize_increments()
168 self.size_hints.height_inc = height_inc as c_int; in set_resize_increments()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/x11/util/
H A Dhint.rs161 self.getter(ffi::PResizeInc, &self.size_hints.width_inc, &self.size_hints.height_inc) in get_resize_increments()
165 if let Some((width_inc, height_inc)) = resize_increments { in set_resize_increments()
168 self.size_hints.height_inc = height_inc as c_int; in set_resize_increments()
/dports/x11-wm/evilwm/evilwm-1.1.1/
H A Dnew.c127 c->height = a->height * c->height_inc; in make_new_client()
329 c->width_inc = c->height_inc = 1; in get_wm_normal_hints()
332 c->height_inc = size->height_inc ? size->height_inc : 1; in get_wm_normal_hints()
336 c->min_height = c->base_height + c->height_inc; in get_wm_normal_hints()
414 size->width_inc, size->height_inc); in debug_wm_normal_hints()
H A Devents.c29 int width_inc, height_inc; in handle_key_event() local
78 height_inc = (c->height_inc > 1) ? c->height_inc : 16; in handle_key_event()
90 if (!c->max_height || (c->height + height_inc) <= c->max_height) in handle_key_event()
91 c->height += height_inc; in handle_key_event()
98 if ((c->height - height_inc) >= c->min_height) in handle_key_event()
99 c->height -= height_inc; in handle_key_event()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dscrsize.c58 && hints.height_inc) { in main()
70 dst[1] = win_attributes.height / hints.height_inc; in main()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A DX.c27 sizehints.height_inc = term->charheight; in size_allocate()
29 sizehints.min_height = sizehints.base_height + (sizehints.height_inc * 5); in size_allocate()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dscrsize.c58 && hints.height_inc) { in main()
70 dst[1] = win_attributes.height / hints.height_inc; in main()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dscrsize.c58 && hints.height_inc) { in main()
70 dst[1] = win_attributes.height / hints.height_inc; in main()
/dports/www/w3m/w3m-2b59b9e/
H A Dscrsize.c58 && hints.height_inc) { in main()
70 dst[1] = win_attributes.height / hints.height_inc; in main()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A DX.c27 sizehints.height_inc = term->charheight; in size_allocate()
29 sizehints.min_height = sizehints.base_height + (sizehints.height_inc * 5); in size_allocate()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtkwindow.override71 "base_height", "width_inc", "height_inc",
76 gint base_width = -1, base_height = -1, width_inc = -1, height_inc = -1;
86 &height_inc, &min_aspect, &max_aspect))
110 if (width_inc >= 0 || height_inc >= 0) {
112 geometry.height_inc = MAX(height_inc, 0);
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/beos/
H A Dui_window.c24 ((win)->height_inc ? ((win)->height - (win)->min_height) % (win)->height_inc : 0)
129 u_int height_inc; in max_height_inc() local
131 height_inc = win->height_inc; in max_height_inc()
142 if ((sub_inc = max_height_inc(win->children[count])) > height_inc) { in max_height_inc()
143 height_inc = sub_inc; in max_height_inc()
148 return height_inc; in max_height_inc()
284 u_int width_inc, u_int height_inc, u_int hmargin, u_int vmargin, in ui_window_init() argument
308 win->height_inc = height_inc; in ui_window_init()
722 u_int width_inc, u_int height_inc) { in ui_window_set_normal_hints() argument
726 win->height_inc = height_inc; in ui_window_set_normal_hints()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/quartz/
H A Dui_window.c24 ((win)->height_inc ? ((win)->height - (win)->min_height) % (win)->height_inc : 0)
128 u_int height_inc; in max_height_inc() local
130 height_inc = win->height_inc; in max_height_inc()
141 if ((sub_inc = max_height_inc(win->children[count])) > height_inc) { in max_height_inc()
142 height_inc = sub_inc; in max_height_inc()
147 return height_inc; in max_height_inc()
284 u_int width_inc, u_int height_inc, u_int hmargin, u_int vmargin, in ui_window_init() argument
308 win->height_inc = height_inc; in ui_window_init()
719 u_int width_inc, u_int height_inc) { in ui_window_set_normal_hints() argument
725 win->height_inc = height_inc; in ui_window_set_normal_hints()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dresizepopup.c164 int height_inc) in meta_ui_resize_popup_set() argument
178 if (height_inc > 0) in meta_ui_resize_popup_set()
179 display_h /= height_inc; in meta_ui_resize_popup_set()
/dports/sysutils/less/less-551/
H A Dscrsize.c64 if (hints.width_inc == 0 || hints.height_inc == 0)
78 *p_height = win_attributes.height / hints.height_inc;

12345678910>>...28