Home
last modified time | relevance | path

Searched refs:old_allocation (Results 1 – 25 of 28) sorted by relevance

12

/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/
H A Dpanel-separator.c138 GtkAllocation old_allocation; in panel_separator_size_allocate() local
144 old_allocation.x = widget_allocation.x; in panel_separator_size_allocate()
145 old_allocation.y = widget_allocation.y; in panel_separator_size_allocate()
146 old_allocation.width = widget_allocation.width; in panel_separator_size_allocate()
147 old_allocation.height = widget_allocation.height; in panel_separator_size_allocate()
151 if (old_allocation.x == allocation->x && in panel_separator_size_allocate()
152 old_allocation.y == allocation->y && in panel_separator_size_allocate()
153 old_allocation.width == allocation->width && in panel_separator_size_allocate()
154 old_allocation.height == allocation->height) in panel_separator_size_allocate()
H A Dpanel-menu-bar.c257 GtkAllocation old_allocation; in panel_menu_bar_size_allocate() local
263 old_allocation.x = widget_allocation.x; in panel_menu_bar_size_allocate()
264 old_allocation.y = widget_allocation.y; in panel_menu_bar_size_allocate()
265 old_allocation.width = widget_allocation.width; in panel_menu_bar_size_allocate()
266 old_allocation.height = widget_allocation.height; in panel_menu_bar_size_allocate()
270 …if (old_allocation.x == allocation->x && old_allocation.y == allocation->y && old_allocation.width… in panel_menu_bar_size_allocate()
H A Dpanel-applet-frame.c165 GtkAllocation *old_allocation, in mate_panel_applet_frame_update_background_size() argument
170 if (old_allocation->x == new_allocation->x && in mate_panel_applet_frame_update_background_size()
171 old_allocation->y == new_allocation->y && in mate_panel_applet_frame_update_background_size()
172 old_allocation->width == new_allocation->width && in mate_panel_applet_frame_update_background_size()
173 old_allocation->height == new_allocation->height) in mate_panel_applet_frame_update_background_size()
271 GtkAllocation old_allocation; in mate_panel_applet_frame_size_allocate() local
276 old_allocation.x = widget_allocation.x; in mate_panel_applet_frame_size_allocate()
277 old_allocation.y = widget_allocation.y; in mate_panel_applet_frame_size_allocate()
278 old_allocation.width = widget_allocation.width; in mate_panel_applet_frame_size_allocate()
279 old_allocation.height = widget_allocation.height; in mate_panel_applet_frame_size_allocate()
[all …]
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dmem.c265 cw_mem_item_t *old_allocation; in mem_malloc_e() local
296 if (dch_search(s_mem_addr_hash, retval, (void **) &old_allocation) in mem_malloc_e()
302 old_allocation->filename, old_allocation->line_num, in mem_malloc_e()
303 old_allocation->size, a_filename, a_line_num, in mem_malloc_e()
343 cw_mem_item_t *old_allocation; in mem_calloc_e() local
375 if (dch_search(s_mem_addr_hash, retval, (void **) &old_allocation) in mem_calloc_e()
381 old_allocation->filename, old_allocation->line_num, in mem_calloc_e()
382 old_allocation->size, a_filename, a_line_num, in mem_calloc_e()
/dports/games/libgnome-games-support/libgnome-games-support-1.8.0/games/
H A Dgridframe.vala113 private Gtk.Allocation old_allocation;
153 (child_allocation.x != old_allocation.x ||
154 child_allocation.y != old_allocation.y ||
155 child_allocation.width != old_allocation.width ||
156 child_allocation.height != old_allocation.height))
165 old_allocation = child_allocation;
/dports/graphics/clutter-gtk3/clutter-gtk-1.8.4/clutter-gtk/
H A Dgtk-clutter-offscreen.c238 GtkAllocation old_allocation; in gtk_clutter_offscreen_size_allocate() local
243 gtk_widget_get_allocation (widget, &old_allocation); in gtk_clutter_offscreen_size_allocate()
253 (allocation->x != old_allocation.x || in gtk_clutter_offscreen_size_allocate()
254 allocation->y != old_allocation.y || in gtk_clutter_offscreen_size_allocate()
255 allocation->width != old_allocation.width || in gtk_clutter_offscreen_size_allocate()
256 allocation->height != old_allocation.height)) in gtk_clutter_offscreen_size_allocate()
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0028-gtk-don-t-show-the-olverlay-scrollbars-if-only-the-s.patch108 + GtkAllocation old_allocation;
115 + old_allocation = widget->allocation;
129 + allocation->x != old_allocation.x ||
130 + allocation->y != old_allocation.y);
H A D0029-Reclamp-unclamped-adjustments-after-resize.patch15 GtkAllocation old_allocation;
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcontainer.c2022 GdkRectangle old_allocation; in gtk_container_focus_sort_up_down() local
2038 compare_x1 = old_allocation.x; in gtk_container_focus_sort_up_down()
2039 compare_x2 = old_allocation.x + old_allocation.width; in gtk_container_focus_sort_up_down()
2042 compare_y = old_allocation.y; in gtk_container_focus_sort_up_down()
2044 compare_y = old_allocation.y + old_allocation.height; in gtk_container_focus_sort_up_down()
2076 compare.y = old_allocation.y + old_allocation.height / 2; in gtk_container_focus_sort_up_down()
2149 GdkRectangle old_allocation; in gtk_container_focus_sort_left_right() local
2166 compare_y2 = old_allocation.y + old_allocation.height; in gtk_container_focus_sort_left_right()
2169 compare_x = old_allocation.x; in gtk_container_focus_sort_left_right()
2171 compare_x = old_allocation.x + old_allocation.width; in gtk_container_focus_sort_left_right()
[all …]
H A Dgtkwidget.c4052 GdkRectangle old_allocation; in gtk_widget_size_allocate() local
4085 old_allocation = widget->allocation; in gtk_widget_size_allocate()
4107 size_changed = (old_allocation.width != real_allocation.width || in gtk_widget_size_allocate()
4108 old_allocation.height != real_allocation.height); in gtk_widget_size_allocate()
4109 position_changed = (old_allocation.x != real_allocation.x || in gtk_widget_size_allocate()
4110 old_allocation.y != real_allocation.y); in gtk_widget_size_allocate()
4124 gdk_region_union_with_rect (invalidate, &old_allocation); in gtk_widget_size_allocate()
4137 gdk_region_union_with_rect (invalidate, &old_allocation); in gtk_widget_size_allocate()
/dports/x11/mate-panel/mate-panel-1.26.1/applets/clock/
H A Dclock-face.c259 GtkAllocation old_allocation; in clock_face_size_allocate() local
263 old_allocation.width = this_allocation.width; in clock_face_size_allocate()
264 old_allocation.height = this_allocation.height; in clock_face_size_allocate()
269 if (old_allocation.width == allocation->width && in clock_face_size_allocate()
270 old_allocation.height == allocation->height) in clock_face_size_allocate()
H A Dclock.c167 GtkAllocation old_allocation; member
1553 if (cd->old_allocation.width == allocation->width && in panel_button_change_pixel_size()
1554 cd->old_allocation.height == allocation->height) in panel_button_change_pixel_size()
1557 cd->old_allocation.width = allocation->width; in panel_button_change_pixel_size()
1558 cd->old_allocation.height = allocation->height; in panel_button_change_pixel_size()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcontainer.c2989 GdkRectangle old_allocation; in gtk_container_focus_sort_up_down() local
3005 compare_x1 = old_allocation.x; in gtk_container_focus_sort_up_down()
3006 compare_x2 = old_allocation.x + old_allocation.width; in gtk_container_focus_sort_up_down()
3009 compare_y = old_allocation.y; in gtk_container_focus_sort_up_down()
3011 compare_y = old_allocation.y + old_allocation.height; in gtk_container_focus_sort_up_down()
3043 compare.y = old_allocation.y + old_allocation.height / 2; in gtk_container_focus_sort_up_down()
3119 GdkRectangle old_allocation; in gtk_container_focus_sort_left_right() local
3135 compare_y1 = old_allocation.y; in gtk_container_focus_sort_left_right()
3136 compare_y2 = old_allocation.y + old_allocation.height; in gtk_container_focus_sort_left_right()
3141 compare_x = old_allocation.x + old_allocation.width; in gtk_container_focus_sort_left_right()
[all …]
H A Dgtkwidget.c6014 GdkRectangle old_allocation, old_clip; in gtk_widget_size_allocate_with_baseline() local
6083 old_allocation = priv->allocation; in gtk_widget_size_allocate_with_baseline()
6167 size_changed = (old_allocation.width != real_allocation.width || in gtk_widget_size_allocate_with_baseline()
6168 old_allocation.height != real_allocation.height); in gtk_widget_size_allocate_with_baseline()
6169 position_changed = (old_allocation.x != real_allocation.x || in gtk_widget_size_allocate_with_baseline()
6170 old_allocation.y != real_allocation.y); in gtk_widget_size_allocate_with_baseline()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-calendar.c513 GtkAllocation old_allocation; in e_calendar_reposition_timeout_cb() local
540 gtk_widget_get_allocation (widget, &old_allocation); in e_calendar_reposition_timeout_cb()
541 new_x2 = old_allocation.width - 1; in e_calendar_reposition_timeout_cb()
542 new_y2 = old_allocation.height - 1; in e_calendar_reposition_timeout_cb()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/gui/
H A Dgcal-event-widget.c632 GtkAllocation old_allocation; in gcal_event_widget_size_allocate() local
636 gtk_widget_get_allocation (widget, &old_allocation); in gcal_event_widget_size_allocate()
654 if (old_allocation.width != allocation->width || old_allocation.height != allocation->height) in gcal_event_widget_size_allocate()
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-sidebar-title.c784 GtkAllocation old_allocation, new_allocation; in caja_sidebar_title_size_allocate() local
789 gtk_widget_get_allocation (widget, &old_allocation); in caja_sidebar_title_size_allocate()
790 old_width = old_allocation.width; in caja_sidebar_title_size_allocate()
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/dialogs/display-settings/
H A Dscrollarea.c673 GdkRegion *old_allocation; in foo_scroll_area_size_allocate() local
680 old_allocation = gdk_region_rectangle (&widget_allocation); in foo_scroll_area_size_allocate()
681 gdk_region_offset (old_allocation, -widget_allocation.x, -widget_allocation.y); in foo_scroll_area_size_allocate()
684 _cairo_region_xor (invalid, old_allocation); in foo_scroll_area_size_allocate()
687 gdk_region_destroy (old_allocation); in foo_scroll_area_size_allocate()
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/display/
H A Dscrollarea.c729 cairo_region_t *old_allocation; in foo_scroll_area_size_allocate() local
737 old_allocation = cairo_region_create_rectangle (&widget_allocation); in foo_scroll_area_size_allocate()
738 cairo_region_translate (old_allocation, in foo_scroll_area_size_allocate()
743 _cairo_region_xor (invalid, old_allocation); in foo_scroll_area_size_allocate()
747 cairo_region_destroy (old_allocation); in foo_scroll_area_size_allocate()
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/display/
H A Dscrollarea.c723 cairo_region_t *old_allocation; in foo_scroll_area_size_allocate() local
730 old_allocation = cairo_region_create_rectangle (&widget_allocation); in foo_scroll_area_size_allocate()
731 cairo_region_translate (old_allocation, in foo_scroll_area_size_allocate()
735 _cairo_region_xor (invalid, old_allocation); in foo_scroll_area_size_allocate()
738 cairo_region_destroy (old_allocation); in foo_scroll_area_size_allocate()
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dbit_set.zig502 const old_allocation = (self.masks - 1)[0..(self.masks - 1)[0]];
506 allocator.free(old_allocation);
512 if (old_allocation.len != new_masks + 1) realloc: {
519 const new_allocation = allocator.realloc(old_allocation, new_masks + 1) catch |err| {
520 if (new_masks + 1 > old_allocation.len) return err;
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dbit_set.zig502 const old_allocation = (self.masks - 1)[0..(self.masks - 1)[0]];
506 allocator.free(old_allocation);
512 if (old_allocation.len != new_masks + 1) realloc: {
519 const new_allocation = allocator.realloc(old_allocation, new_masks + 1) catch |err| {
520 if (new_masks + 1 > old_allocation.len) return err;
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvastable.c1705 gdouble old_allocation = dldata[i].allocation; in goo_canvas_table_size_allocate_pass1() local
1712 new_allocation = old_allocation - shrink_amount; in goo_canvas_table_size_allocate_pass1()
1714 extra -= old_allocation - dldata[i].allocation; in goo_canvas_table_size_allocate_pass1()
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvastable.c1701 gdouble old_allocation = dldata[i].allocation; in goo_canvas_table_size_allocate_pass1() local
1708 new_allocation = old_allocation - shrink_amount; in goo_canvas_table_size_allocate_pass1()
1710 extra -= old_allocation - dldata[i].allocation; in goo_canvas_table_size_allocate_pass1()
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvastable.c1705 gdouble old_allocation = dldata[i].allocation; in goo_canvas_table_size_allocate_pass1() local
1712 new_allocation = old_allocation - shrink_amount; in goo_canvas_table_size_allocate_pass1()
1714 extra -= old_allocation - dldata[i].allocation; in goo_canvas_table_size_allocate_pass1()

12