Home
last modified time | relevance | path

Searched refs:configured_width (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/libdecor/libdecor-3ec3fadd59a21835079fbb3046d2bec6c649d6fa/demo/
H A Dc++-demo.cc189 buffer = Buffer::create_shm_buffer(this->configured_width, in redraw()
196 this->configured_width, in redraw()
215 this->configured_width = width; in configure()
271 int configured_width; member in Window
H A Ddemo.c107 int configured_width; member
181 window->configured_width = width; in resize()
682 window->configured_width + dd, in keyboard_key()
685 window->configured_width + dd, in keyboard_key()
1068 buffer = create_shm_buffer(window->configured_width * window->scale, in redraw()
1071 paint_buffer(buffer, window->configured_width, in redraw()
1078 window->configured_width * window->scale, in redraw()
1102 window->configured_width = width; in handle_configure()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/eek/
H A Dlayersurface.c59 gint configured_width, configured_height; member
86 if (priv->configured_width != width) { in G_DEFINE_TYPE_WITH_PRIVATE()
87 priv->configured_width = width; in G_DEFINE_TYPE_WITH_PRIVATE()
236 g_value_set_uint (value, priv->configured_width); in phosh_layer_surface_get_property()
/dports/devel/tabulate/tabulate-1.4/include/tabulate/
H A Dtable_internal.hpp162 size_t configured_width = column.get_configured_width(); in compute_cell_dimensions() local
164 if (configured_width != 0) in compute_cell_dimensions()
165 column_widths.push_back(configured_width); in compute_cell_dimensions()
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-window-wayland.c242 int configured_width; in meta_window_wayland_move_resize_internal() local
265 configured_width = constrained_rect.width; in meta_window_wayland_move_resize_internal()
326 configured_width, in meta_window_wayland_move_resize_internal()
368 configured_width, in meta_window_wayland_move_resize_internal()
385 wl_window->last_sent_width = configured_width; in meta_window_wayland_move_resize_internal()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/x11/
H A Dgdksurface-x11.h81 int configured_width; member
H A Dgdkdisplay-x11.c900 int configured_width; in gdk_x11_display_translate_event() local
904 configured_width = in gdk_x11_display_translate_event()
960 surface_impl->next_layout.configured_width = configured_width; in gdk_x11_display_translate_event()
H A Dgdksurface-x11.c332 (impl->next_layout.configured_width != size.width || in compute_toplevel_size()
391 impl->next_layout.configured_width, in gdk_x11_surface_compute_size()
402 impl->next_layout.configured_width, in gdk_x11_surface_compute_size()
1698 impl->next_layout.configured_width = width; in x11_surface_resize()
1744 impl->next_layout.configured_width = width; in x11_surface_move_resize()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/win32/
H A Dgdksurface-win32.h337 int configured_width; member
H A Dgdksurface-win32.c3991 impl->next_layout.configured_width = (new_rect.right - new_rect.left + scale - 1) / scale; in gdk_win32_surface_do_move_resize_drag()
4577 surface->width = impl->next_layout.configured_width; in _gdk_win32_surface_request_layout()
4584 impl->next_layout.configured_width = (rect.right - rect.left + scale - 1) / scale; in _gdk_win32_surface_request_layout()
4612 surface->width = impl->next_layout.configured_width; in _gdk_win32_surface_compute_size()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdksurface-wayland.c222 int configured_width; member
661 impl->next_layout.configured_width + in configure_popup_geometry()
676 impl->next_layout.configured_width, in configure_drag_surface_geometry()
1414 if (impl->next_layout.configured_width > 0 && in configure_toplevel_geometry()
1419 width = impl->next_layout.configured_width + in configure_toplevel_geometry()
1436 impl->next_layout.configured_width = 0; in configure_toplevel_geometry()
1528 impl->next_layout.configured_width = width; in gdk_wayland_surface_configure_toplevel()
1535 impl->next_layout.configured_width = 0; in gdk_wayland_surface_configure_toplevel()
1622 impl->next_layout.configured_width = width; in gdk_wayland_surface_configure_popup()
5163 impl->next_layout.configured_width = width; in gdk_wayland_drag_surface_present()
/dports/devel/tabulate/tabulate-1.4/single_include/tabulate/
H A Dtabulate.hpp6644 size_t configured_width = column.get_configured_width(); in compute_cell_dimensions() local
6646 if (configured_width != 0) in compute_cell_dimensions()
6647 column_widths.push_back(configured_width); in compute_cell_dimensions()