Home
last modified time | relevance | path

Searched refs:bottom_left_corner_rounded_radius (Results 1 – 19 of 19) sorted by relevance

/dports/x11-wm/mutter/mutter-41.1/src/ui/
H A Dtheme-private.h96 guint bottom_left_corner_rounded_radius; member
148 guint bottom_left_corner_rounded_radius; member
H A Dtheme.c302 layout->bottom_left_corner_rounded_radius = MAX (border_radius, max_radius); in meta_frame_layout_sync_with_style()
647 fgeom->bottom_left_corner_rounded_radius = 0; in meta_frame_layout_calc_geometry()
656 fgeom->bottom_left_corner_rounded_radius = layout->bottom_left_corner_rounded_radius * scale; in meta_frame_layout_calc_geometry()
H A Dframes.c663 if (fgeom->bottom_left_corner_rounded_radius != 0) in get_visible_region()
665 const int corner = fgeom->bottom_left_corner_rounded_radius; in get_visible_region()
/dports/x11-wm/metacity/metacity-3.42.0/libmetacity/
H A Dmeta-frame-layout-private.h148 guint bottom_left_corner_rounded_radius; member
H A Dmeta-theme.h98 guint bottom_left_corner_rounded_radius; member
H A Dmeta-theme-gtk.c154 layout->bottom_left_corner_rounded_radius = MAX (border_radius, max_radius); in frame_layout_sync_with_style()
173 layout->bottom_left_corner_rounded_radius = 0; in frame_layout_sync_with_style()
634 fgeom->bottom_left_corner_rounded_radius = 0; in meta_theme_gtk_calc_geometry()
643 fgeom->bottom_left_corner_rounded_radius = layout->bottom_left_corner_rounded_radius * scale; in meta_theme_gtk_calc_geometry()
H A Dmeta-theme-metacity.c1115 info->layout->bottom_left_corner_rounded_radius = rounded_bottom_left_val; in parse_toplevel_element()
5138 fgeom->bottom_left_corner_rounded_radius = 0; in meta_theme_metacity_calc_geometry()
5147 fgeom->bottom_left_corner_rounded_radius = layout->bottom_left_corner_rounded_radius * scale; in meta_theme_metacity_calc_geometry()
5207 if (fgeom->bottom_left_corner_rounded_radius != 0) in clip_to_rounded_corners()
5209 radius = fgeom->bottom_left_corner_rounded_radius / scale; in clip_to_rounded_corners()
5210 radius += sqrt(fgeom->bottom_left_corner_rounded_radius / scale); in clip_to_rounded_corners()
/dports/x11-wm/muffin/muffin-4.8.0/src/ui/
H A Dpreview-widget.c473 if (fgeom->bottom_left_corner_rounded_radius != 0) in meta_preview_get_clip_region()
475 const int corner = fgeom->bottom_left_corner_rounded_radius; in meta_preview_get_clip_region()
H A Dtheme-private.h196 guint bottom_left_corner_rounded_radius; member
267 guint bottom_left_corner_rounded_radius; member
H A Dframes.c821 …*bottom_left = fgeom.bottom_left_corner_rounded_radius + sqrt(fgeom.bottom_left_corner_rounded_rad… in meta_frames_get_corner_radiuses()
908 if (fgeom->bottom_left_corner_rounded_radius != 0) in get_visible_region()
910 const int corner = fgeom->bottom_left_corner_rounded_radius; in get_visible_region()
H A Dtheme.c975 fgeom->bottom_left_corner_rounded_radius = 0; in meta_frame_layout_calc_geometry()
984 fgeom->bottom_left_corner_rounded_radius = layout->bottom_left_corner_rounded_radius; in meta_frame_layout_calc_geometry()
H A Dtheme-parser.c1064 info->layout->bottom_left_corner_rounded_radius = rounded_bottom_left_val; in parse_toplevel_element()
/dports/x11-wm/marco/marco-1.26.0/src/ui/
H A Dpreview-widget.c560 if (fgeom->bottom_left_corner_rounded_radius != 0) in meta_preview_get_clip_region()
562 const int corner = fgeom->bottom_left_corner_rounded_radius; in meta_preview_get_clip_region()
H A Dtheme.h150 guint bottom_left_corner_rounded_radius; member
222 guint bottom_left_corner_rounded_radius; member
H A Dframes.c847 …*bottom_left = fgeom.bottom_left_corner_rounded_radius + sqrt(fgeom.bottom_left_corner_rounded_rad… in meta_ui_frame_get_corner_radiuses()
991 if (fgeom->bottom_left_corner_rounded_radius != 0) in get_visible_region()
993 const int corner = fgeom->bottom_left_corner_rounded_radius * scale; in get_visible_region()
H A Dtheme.c1078 fgeom->bottom_left_corner_rounded_radius = 0; in meta_frame_layout_calc_geometry()
1087 fgeom->bottom_left_corner_rounded_radius = layout->bottom_left_corner_rounded_radius; in meta_frame_layout_calc_geometry()
H A Dtheme-parser.c1081 info->layout->bottom_left_corner_rounded_radius = rounded_bottom_left_val; in parse_toplevel_element()
/dports/x11-wm/metacity/metacity-3.42.0/src/ui/
H A Dframes.c922 if (fgeom->bottom_left_corner_rounded_radius != 0) in get_visible_region()
924 const int corner = fgeom->bottom_left_corner_rounded_radius; in get_visible_region()
/dports/x11-wm/compiz/compiz-0.8.8/gtk/window-decorator/
H A Dgtk-window-decorator.c1411 *bottom_left_radius = fgeom->bottom_left_corner_rounded_radius; in meta_get_corner_radius()