Home
last modified time | relevance | path

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

/dports/x11-wm/picom/picom-8.2/src/backend/
H A Dbackend.c308 ps->backend_data, w->shadow_image, w->g.x + w->shadow_dx, in paint_all_new()
317 ps->backend_data, new_img, w->g.x + w->shadow_dx, in paint_all_new()
/dports/x11-wm/xcompmgr/xcompmgr-1.1.8/
H A Dxcompmgr.c80 int shadow_dx; member
846 w->shadow_dx = 2; in win_extents()
853 w->shadow_dx = shadowOffsetX; in win_extents()
866 sr.x = w->a.x + w->shadow_dx; in win_extents()
1060 w->a.x + w->shadow_dx, in paint_all()
1070 w->a.x + w->shadow_dx, in paint_all()
1169 XFixesTranslateRegion (dpy, o, w->shadow_dx, w->shadow_dy); in repair_win()
1482 new->shadow_dx = 0; in add_win()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Decompmgr.c133 int shadow_dx; member
760 cw->shadow_dx = Conf_compmgr.shadows.offset_x; in ECompMgrWinSetExtents()
777 cw->shadow_dx = Conf_compmgr.shadows.offset_x - gaussianMap->size / 2; in ECompMgrWinSetExtents()
786 sr.x = cw->rcx + cw->shadow_dx; in ECompMgrWinSetExtents()
1887 x + cw->rcx + cw->shadow_dx, in ECompMgrRepaintObj()
1893 x + cw->rcx + cw->shadow_dx, in ECompMgrRepaintObj()
1910 x + cw->rcx + cw->shadow_dx, in ECompMgrRepaintObj()
/dports/x11-wm/marco/marco-1.26.0/src/compositor/
H A Dcompositor-xrender.c209 int shadow_dx; member
640 int shadow_dx; in shadow_picture_clip() local
655 shadow_dx = -1 * (int) shadow_offsets_x [cw->shadow_type] - borders.invisible.left; in shadow_picture_clip()
667 shadow_dx, shadow_dy); in shadow_picture_clip()
1114 cw->shadow_dx = (int) shadow_offsets_x [cw->shadow_type] + borders.invisible.left; in win_extents()
1132 sr.x = cw->attrs.x + cw->shadow_dx; in win_extents()
1291 cw->attrs.x + cw->shadow_dx, in paint_dock_shadows()
1511 cw->attrs.x + cw->shadow_dx, in paint_windows()
2199 cw->shadow_dx = 0; in add_win()
/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h225 int shadow_dx; 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.c939 w->shadow_dx = ps->o.shadow_offset_x; in win_on_win_size_change()
1219 .shadow_dx = 0, in fill_win()
1532 pixman_region32_union_rect(res, res, w->g.x + w->shadow_dx, in win_extents()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dcompositor.c156 gint shadow_dx; member
1963 cw->shadow_dx = SHADOW_OFFSET_X + screen_info->params->shadow_delta_x; in win_extents()
1980 sr.x = cw->attr.x + cw->shadow_dx; in win_extents()
2524 cw->attr.x + cw->shadow_dx, in paint_all()
3333 new->shadow_dx = 0; in add_win()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c936 sr.x = w->a.x + w->shadow_dx; in win_extents()
1319 render(ps, 0, 0, w->a.x + w->shadow_dx, w->a.y + w->shadow_dy, in win_paint_shadow()
1875 .x = w->a.x + w->shadow_dx, in paint_all()
2706 w->shadow_dx = ps->o.shadow_offset_x; in calc_shadow_geometry()
2906 .shadow_dx = 0, in add_win()
H A Dcommon.h1201 int shadow_dx; member