Home
last modified time | relevance | path

Searched refs:reg_ignore (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/backend/
H A Dbackend.c144 pixman_region32_subtract(&reg_visible, &reg_visible, t->reg_ignore); in paint_all_new()
167 pixman_region32_subtract(&reg_visible, &ps->screen_reg, w->reg_ignore); in paint_all_new()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c1118 free_region(ps, &w->reg_ignore); in paint_preprocess()
1204 free_region(ps, &w->reg_ignore); in paint_preprocess()
1218 XFixesIntersectRegion(ps->dpy, w->reg_ignore, w->reg_ignore, in paint_preprocess()
1223 XFixesUnionRegion(ps->dpy, w->reg_ignore, w->reg_ignore, in paint_preprocess()
1230 w->reg_ignore = None; in paint_preprocess()
1233 last_reg_ignore = w->reg_ignore; in paint_preprocess()
1823 if (t && t->reg_ignore) { in paint_all()
1850 if (w->reg_ignore) { in paint_all()
1913 if (w->prev_trans && w->prev_trans->reg_ignore) { in paint_all()
1915 w->prev_trans->reg_ignore); in paint_all()
[all …]
H A Dcompton.h298 free_region(ps, &w->reg_ignore); in free_win_res()
H A Dcommon.h1104 XserverRegion reg_ignore; member
/dports/x11-wm/picom/picom-8.2/src/
H A Drender.c837 pixman_region32_subtract(&reg_tmp, &region, t->reg_ignore); in paint_all()
863 pixman_region32_subtract(&reg_tmp, &region, w->reg_ignore); in paint_all()
908 pixman_region32_subtract(&reg_tmp, &region, w->reg_ignore); in paint_all()
H A Devent.c612 if (w->reg_ignore && win_is_region_ignore_valid(ps, w)) in repair_win()
613 pixman_region32_subtract(&parts, &parts, w->reg_ignore); in repair_win()
H A Dwin.h142 rc_region_t *reg_ignore; member
H A Dwin.c1131 rc_region_unref(&w->reg_ignore); in free_win_res()
1197 .reg_ignore = NULL, in fill_win()
1748 rc_region_unref(&next_w->reg_ignore); in destroy_win_finish()
1792 rc_region_unref(&mw->reg_ignore); in restack_win()
1798 rc_region_unref(&next_w->reg_ignore); in restack_win()
H A Dpicom.c553 rc_region_unref(&top_w->reg_ignore); in configure_root()
694 rc_region_unref(&w->reg_ignore); in paint_preprocess()
739 if (!w->reg_ignore) { in paint_preprocess()
740 w->reg_ignore = rc_region_ref(last_reg_ignore); in paint_preprocess()