Home
last modified time | relevance | path

Searched refs:content_clip (Results 1 – 5 of 5) sorted by relevance

/dports/www/netsurf/netsurf-3.10/desktop/
H A Dbrowser_window.c2547 struct rect content_clip; in browser_window_redraw() local
2595 content_clip.x1 = content_clip.x0 + in browser_window_redraw()
2597 content_clip.y1 = content_clip.y0 + in browser_window_redraw()
2611 if (content_clip.x0 >= content_clip.x1 || in browser_window_redraw()
2612 content_clip.y0 >= content_clip.y1) in browser_window_redraw()
2619 &content_clip, in browser_window_redraw()
2660 content_clip = *clip; in browser_window_redraw()
2670 if (content_clip.x0 < x0) content_clip.x0 = x0; in browser_window_redraw()
2671 if (content_clip.y0 < y0) content_clip.y0 = y0; in browser_window_redraw()
2672 if (x1 < content_clip.x1) content_clip.x1 = x1; in browser_window_redraw()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssgadget.c733 GtkAllocation content_clip = { 0, 0, 0, 0 }; in gtk_css_gadget_allocate() local
790 …GTK_CSS_GADGET_GET_CLASS (gadget)->allocate (gadget, &content_allocation, baseline, &content_clip); in gtk_css_gadget_allocate()
799 if (content_clip.width > 0 && content_clip.height > 0) in gtk_css_gadget_allocate()
800 gdk_rectangle_union (&content_clip, out_clip, out_clip); in gtk_css_gadget_allocate()
H A Dgtkwidgetprivate.h257 GtkAllocation *content_clip);
H A Dgtkwidget.c15681 GtkAllocation *content_clip) in _gtk_widget_set_simple_clip() argument
15701 if (content_clip) in _gtk_widget_set_simple_clip()
15702 gdk_rectangle_union (content_clip, &clip, &clip); in _gtk_widget_set_simple_clip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/try_chrome_dialog_win/
H A Darrow_border.cc72 gfx::ScopedCanvas content_clip(canvas); in Paint() local