Home
last modified time | relevance | path

Searched refs:width_inc (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DWindowState.cc132 width_inc = sizehint.width_inc; in reset()
135 width_inc = height_inc = 1; in reset()
153 if (width_inc == 0) in reset()
154 width_inc = 1; in reset()
220 w = increaseToMultiple(w, width_inc); in apply()
225 w = decreaseToMultiple(w, width_inc); in apply()
231 w = increaseToMultiple(min_width - base_width, width_inc); in apply()
254 w = decreaseToMultiple(w, width_inc); in apply()
262 w = decreaseToMultiple(h * max_aspect_x / max_aspect_y, width_inc); in apply()
276 if ((w - base_width) % width_inc != 0) in valid()
[all …]
/dports/x11/xstroke/xstroke-0.5.12/
H A Dbacking.c116 int new_max_x, width_inc; in backing_save() local
118 width_inc = new_max_x - (backing->x + backing->width); in backing_save()
122 width_inc, backing->height, in backing_save()
124 backing->width += width_inc; in backing_save()
127 int new_x, width_inc; in backing_save() local
129 width_inc = backing->x - new_x; in backing_save()
133 width_inc, backing->height, in backing_save()
135 backing->width += width_inc; in backing_save()
/dports/x11/libX11/libX11-1.7.2/src/
H A DWMGeom.c67 int width_inc, height_inc; /* valid amounts */ in XWMGeometry() local
87 width_inc = (hints->flags & PResizeInc) ? hints->width_inc : 1; in XWMGeometry()
107 ((dmask & WidthValue) ? dwidth : 1)) * width_inc) + in XWMGeometry()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/tests/
H A Dnormalhintsbasesizetest.cpp63 hints.width_inc = 9; in main()
78 const double i = (ce->width - hints.base_width) / (double)hints.width_inc; in main()
84 if (hints.base_width + (int(i) * hints.width_inc) != ce->width) { in main()
/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.c135 int width_inc, in meta_ui_resize_popup_set() argument
146 if (width_inc > 0) in meta_ui_resize_popup_set()
147 display_w /= width_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()
167 self.size_hints.width_inc = width_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()
167 self.size_hints.width_inc = width_inc as c_int; in set_resize_increments()
/dports/x11-wm/evilwm/evilwm-1.1.1/
H A Dnew.c125 c->width = a->width * c->width_inc; in make_new_client()
329 c->width_inc = c->height_inc = 1; in get_wm_normal_hints()
331 c->width_inc = size->width_inc ? size->width_inc : 1; in get_wm_normal_hints()
335 c->min_width = c->base_width + c->width_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
77 width_inc = (c->width_inc > 1) ? c->width_inc : 16; in handle_key_event()
82 if ((c->width - width_inc) >= c->min_width) in handle_key_event()
83 c->width -= width_inc; in handle_key_event()
106 if (!c->max_width || (c->width + width_inc) <= c->max_width) in handle_key_event()
107 c->width += width_inc; in handle_key_event()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dscrsize.c57 if (hints.flags & PResizeInc && hints.width_inc in main()
69 dst[0] = win_attributes.width / hints.width_inc; in main()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A DX.c26 sizehints.width_inc = term->charwidth; in size_allocate()
28 sizehints.min_width = sizehints.base_width + (sizehints.width_inc * 20); in size_allocate()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dscrsize.c57 if (hints.flags & PResizeInc && hints.width_inc in main()
69 dst[0] = win_attributes.width / hints.width_inc; in main()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dscrsize.c57 if (hints.flags & PResizeInc && hints.width_inc in main()
69 dst[0] = win_attributes.width / hints.width_inc; in main()
/dports/www/w3m/w3m-2b59b9e/
H A Dscrsize.c57 if (hints.flags & PResizeInc && hints.width_inc in main()
69 dst[0] = win_attributes.width / hints.width_inc; in main()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A DX.c26 sizehints.width_inc = term->charwidth; in size_allocate()
28 sizehints.min_width = sizehints.base_width + (sizehints.width_inc * 20); 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;
85 &base_width, &base_height, &width_inc,
110 if (width_inc >= 0 || height_inc >= 0) {
111 geometry.width_inc = MAX(width_inc, 0);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DWinMagic.c125 if (hints.width_inc >= 1 && hints.width_inc <= in SlideWindow()
127 inc_w = hints.width_inc; in SlideWindow()
128 if (hints.height_inc >= 1 && hints.width_inc <= in SlideWindow()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DWinMagic.c123 if (hints.width_inc >= 1 && hints.width_inc <= in SlideWindow()
125 inc_w = hints.width_inc; in SlideWindow()
126 if (hints.height_inc >= 1 && hints.width_inc <= in SlideWindow()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/beos/
H A Dui_window.c22 ((win)->width_inc ? ((win)->width - (win)->min_width) % (win)->width_inc : 0)
105 u_int width_inc; in max_width_inc() local
107 width_inc = win->width_inc; in max_width_inc()
118 if ((sub_inc = max_width_inc(win->children[count])) > width_inc) { in max_width_inc()
119 width_inc = sub_inc; in max_width_inc()
124 return width_inc; in max_width_inc()
284 u_int width_inc, u_int height_inc, u_int hmargin, u_int vmargin, in ui_window_init() argument
307 win->width_inc = width_inc; in ui_window_init()
722 u_int width_inc, u_int height_inc) { in ui_window_set_normal_hints() argument
725 win->width_inc = width_inc; in ui_window_set_normal_hints()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/quartz/
H A Dui_window.c22 ((win)->width_inc ? ((win)->width - (win)->min_width) % (win)->width_inc : 0)
104 u_int width_inc; in max_width_inc() local
106 width_inc = win->width_inc; in max_width_inc()
117 if ((sub_inc = max_width_inc(win->children[count])) > width_inc) { in max_width_inc()
118 width_inc = sub_inc; in max_width_inc()
123 return width_inc; in max_width_inc()
284 u_int width_inc, u_int height_inc, u_int hmargin, u_int vmargin, in ui_window_init() argument
307 win->width_inc = width_inc; in ui_window_init()
719 u_int width_inc, u_int height_inc) { in ui_window_set_normal_hints() argument
724 win->width_inc = width_inc; in ui_window_set_normal_hints()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dresizepopup.c163 int width_inc, in meta_ui_resize_popup_set() argument
174 if (width_inc > 0) in meta_ui_resize_popup_set()
175 display_w /= width_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)
77 *p_width = win_attributes.width / hints.width_inc;
/dports/japanese/less/less-382.262.03.01/
H A Dscrsize.c65 if (hints.width_inc == 0 || hints.height_inc == 0)
78 *p_width = win_attributes.width / hints.width_inc;
/dports/deskutils/xmdiary/xmdiary-3.0.3/xtools/
H A DxitWinInfo.c151 win_info.width_inc = -1; in xitFetchWindowInfo()
255 win_info.width_inc = win_info.width / size_ref -> width_inc; in xitFetchWindowInfo()

12345678910>>...28