Home
last modified time | relevance | path

Searched refs:out_clip (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssgadget.c107 GtkAllocation *out_clip) in gtk_css_gadget_real_allocate() argument
109 *out_clip = *allocation; in gtk_css_gadget_real_allocate()
728 GtkAllocation *out_clip) in gtk_css_gadget_allocate() argument
737 g_return_if_fail (out_clip != NULL); in gtk_css_gadget_allocate()
741 out_clip->x = 0; in gtk_css_gadget_allocate()
742 out_clip->y = 0; in gtk_css_gadget_allocate()
743 out_clip->width = 0; in gtk_css_gadget_allocate()
744 out_clip->height = 0; in gtk_css_gadget_allocate()
795 out_clip->y = allocation->y + margin.top - shadow.top; in gtk_css_gadget_allocate()
800 gdk_rectangle_union (&content_clip, out_clip, out_clip); in gtk_css_gadget_allocate()
[all …]
H A Dgtkrenderborder.c766 GdkRectangle *out_clip) in gtk_css_style_render_border_get_clip() argument
771 out_clip->x = floor (x); in gtk_css_style_render_border_get_clip()
772 out_clip->y = floor (y); in gtk_css_style_render_border_get_clip()
773 out_clip->width = ceil (x + width) - out_clip->x; in gtk_css_style_render_border_get_clip()
774 out_clip->height = ceil (y + height) - out_clip->y; in gtk_css_style_render_border_get_clip()
863 GdkRectangle *out_clip) in gtk_css_style_render_outline_get_clip() argument
872 out_clip->x = floor (rect.x); in gtk_css_style_render_outline_get_clip()
873 out_clip->y = floor (rect.y); in gtk_css_style_render_outline_get_clip()
874 out_clip->width = ceil (rect.x + rect.width) - out_clip->x; in gtk_css_style_render_outline_get_clip()
875 out_clip->height = ceil (rect.y + rect.height) - out_clip->y; in gtk_css_style_render_outline_get_clip()
H A Dgtkbuiltinicon.c132 GtkAllocation *out_clip) in gtk_builtin_icon_allocate() argument
136 …SS_GADGET_CLASS (gtk_builtin_icon_parent_class)->allocate (gadget, allocation, baseline, out_clip); in gtk_builtin_icon_allocate()
142 gdk_rectangle_union (out_clip, &icon_clip, out_clip); in gtk_builtin_icon_allocate()
H A Dgtkrenderborderprivate.h45 … GdkRectangle *out_clip) G_GNUC_WARN_UNUSED_RESULT;
59 … GdkRectangle *out_clip) G_GNUC_WARN_UNUSED_RESULT;
H A Dgtkboxgadget.c315 GtkAllocation *out_clip) in gtk_box_gadget_allocate_child() argument
320 gtk_widget_get_clip (GTK_WIDGET (child), out_clip); in gtk_box_gadget_allocate_child()
403 gtk_css_gadget_allocate (GTK_CSS_GADGET (child), &child_allocation, baseline, out_clip); in gtk_box_gadget_allocate_child()
411 GtkAllocation *out_clip) in gtk_box_gadget_allocate() argument
448 *out_clip = child_clip; in gtk_box_gadget_allocate()
450 gdk_rectangle_union (out_clip, &child_clip, out_clip); in gtk_box_gadget_allocate()
482 *out_clip = child_clip; in gtk_box_gadget_allocate()
484 gdk_rectangle_union (out_clip, &child_clip, out_clip); in gtk_box_gadget_allocate()
H A Dgtkcsscustomgadget.c138 GtkAllocation *out_clip) in gtk_css_custom_gadget_allocate() argument
143 priv->allocate_func (gadget, allocation, baseline, out_clip, priv->data); in gtk_css_custom_gadget_allocate()
145 …DGET_CLASS (gtk_css_custom_gadget_parent_class)->allocate (gadget, allocation, baseline, out_clip); in gtk_css_custom_gadget_allocate()
H A Dgtkframe.c194 GtkAllocation *out_clip,
199 GtkAllocation *out_clip,
801 GtkAllocation *out_clip, in gtk_frame_allocate() argument
856 gtk_container_get_children_clip (GTK_CONTAINER (widget), out_clip); in gtk_frame_allocate()
857 gdk_rectangle_union (out_clip, &clip, out_clip); in gtk_frame_allocate()
864 GtkAllocation *out_clip, in gtk_frame_allocate_border() argument
890 *out_clip = *allocation; in gtk_frame_allocate_border()
H A Dgtklevelbar.c457 GtkAllocation *out_clip) in gtk_level_bar_allocate_trough_continuous() argument
470 out_clip); in gtk_level_bar_allocate_trough_continuous()
506 gdk_rectangle_intersect (out_clip, &clip, out_clip); in gtk_level_bar_allocate_trough_continuous()
513 GtkAllocation *out_clip) in gtk_level_bar_allocate_trough_discrete() argument
547 gdk_rectangle_intersect (out_clip, &clip, out_clip); in gtk_level_bar_allocate_trough_discrete()
560 GtkAllocation *out_clip, in gtk_level_bar_allocate_trough() argument
567 gtk_level_bar_allocate_trough_continuous (self, allocation, baseline, out_clip); in gtk_level_bar_allocate_trough()
569 gtk_level_bar_allocate_trough_discrete (self, allocation, baseline, out_clip); in gtk_level_bar_allocate_trough()
H A Dgtkcssgadgetprivate.h62 GtkAllocation *out_clip);
124 GtkAllocation *out_clip);
H A Dgtkcontainerprivate.h47 GtkAllocation *out_clip);
H A Dgtkprogressbar.c183 GtkAllocation *out_clip,
195 GtkAllocation *out_clip,
1018 GtkAllocation *out_clip, in gtk_progress_bar_allocate() argument
1055 gtk_css_gadget_allocate (priv->trough_gadget, &alloc, -1, out_clip); in gtk_progress_bar_allocate()
1090 gdk_rectangle_union (out_clip, &text_clip, out_clip); in gtk_progress_bar_allocate()
1098 GtkAllocation *out_clip, in gtk_progress_bar_allocate_trough() argument
1172 gtk_css_gadget_allocate (priv->progress_gadget, &alloc, -1, out_clip); in gtk_progress_bar_allocate_trough()
H A Dgtkswitch.c449 GtkAllocation *out_clip, in gtk_switch_allocate_contents() argument
465 out_clip); in gtk_switch_allocate_contents()
474 gdk_rectangle_union (out_clip, &on_clip, out_clip); in gtk_switch_allocate_contents()
482 gdk_rectangle_union (out_clip, &off_clip, out_clip); in gtk_switch_allocate_contents()
H A Dgtkrender.c286 GdkRectangle *out_clip) in gtk_render_background_get_clip() argument
292 out_clip->x = floor (x) - shadow.left; in gtk_render_background_get_clip()
293 out_clip->y = floor (y) - shadow.top; in gtk_render_background_get_clip()
294 out_clip->width = ceil (width) + shadow.left + shadow.right; in gtk_render_background_get_clip()
295 out_clip->height = ceil (height) + shadow.top + shadow.bottom; in gtk_render_background_get_clip()
H A Dgtkcsscustomgadgetprivate.h48 GtkAllocation *out_clip,
H A Dgtkactionbar.c231 GtkAllocation *out_clip, in gtk_action_bar_allocate() argument
239 gtk_container_get_children_clip (GTK_CONTAINER (widget), out_clip); in gtk_action_bar_allocate()
H A Dgtkscale.c288 GtkAllocation *out_clip) in gtk_scale_allocate_value() argument
375 out_clip); in gtk_scale_allocate_value()
382 GtkAllocation *out_clip, in gtk_scale_allocate_mark() argument
425 out_clip); in gtk_scale_allocate_mark()
449 gdk_rectangle_union (out_clip, &label_clip, out_clip); in gtk_scale_allocate_mark()
482 GtkAllocation *out_clip, in gtk_scale_allocate_marks() argument
588 gdk_rectangle_union (out_clip, &mark_clip, out_clip); in gtk_scale_allocate_marks()
H A Dgtkmodelbutton.c918 GtkAllocation *out_clip, in gtk_model_button_allocate() argument
1012 gtk_container_get_children_clip (GTK_CONTAINER (widget), out_clip); in gtk_model_button_allocate()
1013 gdk_rectangle_union (out_clip, &check_clip, out_clip); in gtk_model_button_allocate()
H A Dgtkrange.c276 GtkAllocation *out_clip,
296 GtkAllocation *out_clip,
1947 GtkAllocation *out_clip, in gtk_range_allocate_trough() argument
1969 out_clip); in gtk_range_allocate_trough()
2009 gdk_rectangle_union (out_clip, &fill_clip, out_clip); in gtk_range_allocate_trough()
2059 gdk_rectangle_union (out_clip, &highlight_clip, out_clip); in gtk_range_allocate_trough()
2154 GtkAllocation *out_clip, in gtk_range_allocate() argument
2182 out_clip); in gtk_range_allocate()
2187 gdk_rectangle_union (out_clip, allocation, out_clip); in gtk_range_allocate()
H A Dgtkrender.h69 GdkRectangle *out_clip);
H A Dgtkbbox.c144 GtkAllocation *out_clip,
1052 GtkAllocation *out_clip, in gtk_button_box_allocate() argument
1350 gtk_container_get_children_clip (GTK_CONTAINER (widget), out_clip); in gtk_button_box_allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dsurface_aggregator.cc199 ClipData out_clip; in CalculateClipRect() local
201 out_clip = surface_clip; in CalculateClipRect()
208 if (out_clip.is_clipped) in CalculateClipRect()
209 out_clip.rect.Intersect(final_clip); in CalculateClipRect()
211 out_clip.rect = final_clip; in CalculateClipRect()
212 out_clip.is_clipped = true; in CalculateClipRect()
215 return out_clip; in CalculateClipRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dsurface_aggregator.cc224 ClipData out_clip; in CalculateClipRect() local
226 out_clip = surface_clip; in CalculateClipRect()
233 if (out_clip.is_clipped) in CalculateClipRect()
234 out_clip.rect.Intersect(final_clip); in CalculateClipRect()
236 out_clip.rect = final_clip; in CalculateClipRect()
237 out_clip.is_clipped = true; in CalculateClipRect()
240 return out_clip; in CalculateClipRect()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dfunctions.rs474 let mut out_clip = gdk::Rectangle::uninitialized(); in render_background_get_clip() localVariable
481 out_clip.to_glib_none_mut().0, in render_background_get_clip()
483 out_clip in render_background_get_clip()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dfunctions.rs472 let mut out_clip = gdk::Rectangle::uninitialized(); in render_background_get_clip() localVariable
479 out_clip.to_glib_none_mut().0, in render_background_get_clip()
481 out_clip in render_background_get_clip()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dfunctions.rs474 let mut out_clip = gdk::Rectangle::uninitialized(); in render_background_get_clip() localVariable
481 out_clip.to_glib_none_mut().0, in render_background_get_clip()
483 out_clip in render_background_get_clip()

123