Home
last modified time | relevance | path

Searched refs:shadow_dy (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/backend/
H A Dbackend.c309 w->g.y + w->shadow_dy, &reg_shadow, &reg_visible); in paint_all_new()
318 w->g.y + w->shadow_dy, &reg_shadow, &reg_visible); in paint_all_new()
/dports/x11-wm/xcompmgr/xcompmgr-1.1.8/
H A Dxcompmgr.c81 int shadow_dy; member
847 w->shadow_dy = 7; in win_extents()
854 w->shadow_dy = shadowOffsetY; in win_extents()
867 sr.y = w->a.y + w->shadow_dy; in win_extents()
1061 w->a.y + w->shadow_dy, in paint_all()
1071 w->a.y + w->shadow_dy, in paint_all()
1169 XFixesTranslateRegion (dpy, o, w->shadow_dx, w->shadow_dy); in repair_win()
1483 new->shadow_dy = 0; in add_win()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Decompmgr.c134 int shadow_dy; member
761 cw->shadow_dy = Conf_compmgr.shadows.offset_y; in ECompMgrWinSetExtents()
778 cw->shadow_dy = Conf_compmgr.shadows.offset_y - gaussianMap->size / 2; in ECompMgrWinSetExtents()
787 sr.y = cw->rcy + cw->shadow_dy; in ECompMgrWinSetExtents()
1888 y + cw->rcy + cw->shadow_dy, in ECompMgrRepaintObj()
1894 y + cw->rcy + cw->shadow_dy, in ECompMgrRepaintObj()
1911 y + cw->rcy + cw->shadow_dy, in ECompMgrRepaintObj()
/dports/x11-wm/marco/marco-1.26.0/src/compositor/
H A Dcompositor-xrender.c210 int shadow_dy; member
641 int shadow_dy; in shadow_picture_clip() local
656 shadow_dy = -1 * (int) shadow_offsets_y [cw->shadow_type] - borders.invisible.top; in shadow_picture_clip()
667 shadow_dx, shadow_dy); in shadow_picture_clip()
1115 cw->shadow_dy = (int) shadow_offsets_y [cw->shadow_type] + borders.invisible.top; in win_extents()
1133 sr.y = cw->attrs.y + cw->shadow_dy; in win_extents()
1292 cw->attrs.y + cw->shadow_dy, in paint_dock_shadows()
1512 cw->attrs.y + cw->shadow_dy, in paint_windows()
2200 cw->shadow_dy = 0; in add_win()
/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h227 int shadow_dy; member
H A Drender.c614 render(ps, 0, 0, w->g.x + w->shadow_dx, w->g.y + w->shadow_dy, w->shadow_width, in win_paint_shadow()
874 &reg_tmp, &reg_tmp, w->g.x + w->shadow_dx, w->g.y + w->shadow_dy, in paint_all()
H A Dwin.c940 w->shadow_dy = ps->o.shadow_offset_y; in win_on_win_size_change()
1220 .shadow_dy = 0, in fill_win()
1533 w->g.y + w->shadow_dy, (uint)w->shadow_width, in win_extents()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dcompositor.c157 gint shadow_dy; member
1964 cw->shadow_dy = SHADOW_OFFSET_Y + screen_info->params->shadow_delta_y; in win_extents()
1981 sr.y = cw->attr.y + cw->shadow_dy; in win_extents()
2525 cw->attr.y + cw->shadow_dy, in paint_all()
3334 new->shadow_dy = 0; in add_win()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c937 sr.y = w->a.y + w->shadow_dy; in win_extents()
1319 render(ps, 0, 0, w->a.x + w->shadow_dx, w->a.y + w->shadow_dy, in win_paint_shadow()
1876 .y = w->a.y + w->shadow_dy, in paint_all()
2707 w->shadow_dy = ps->o.shadow_offset_y; in calc_shadow_geometry()
2907 .shadow_dy = 0, in add_win()
H A Dcommon.h1203 int shadow_dy; member