Home
last modified time | relevance | path

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

/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h249 bool blur_background; member
H A Dwin.c862 if (w->blur_background == blur_background_new) in win_set_blur_background()
865 w->blur_background = blur_background_new; in win_set_blur_background()
1196 .blur_background = false, in fill_win()
H A Ddbus.c829 cdbus_m_win_get_do(blur_background, cdbus_reply_bool); in cdbus_process_win_get()
H A Drender.c915 if (w->blur_background && in paint_all()
H A Dpicom.c705 ((double)w->opacity * MAX_ALPHA < 1 && !w->blur_background) || in paint_preprocess()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Ddbus.c746 cdbus_m_win_get_do(blur_background, cdbus_reply_bool); in cdbus_process_win_get()
958 cdbus_m_opts_get_do(blur_background, cdbus_reply_bool); in cdbus_process_opts_get()
H A Dcompton.c1273 w->blur_background_last = w->blur_background; in paint_preprocess()
1935 if (w->blur_background && (!win_is_solid(ps, w) in paint_all()
2576 if (w->blur_background == blur_background_new) return; in win_set_blur_background()
2578 w->blur_background = blur_background_new; in win_set_blur_background()
2595 bool blur_background_new = ps->o.blur_background in win_determine_blur_background()
2918 .blur_background = false, in add_win()
5943 P_CASEBOOL(283, blur_background); in get_cfg()
6077 ps->o.blur_background = true; in get_cfg()
6095 if (ps->o.blur_background && !ps->o.blur_kerns[0]) { in get_cfg()
6572 if (ps->o.blur_background || ps->o.blur_background_frame) { in init_filters()
[all …]
H A Dcommon.h701 bool blur_background; member
1227 bool blur_background; member
/dports/x11-wm/picom/picom-8.2/src/backend/
H A Dbackend.c200 if (w->blur_background && in paint_all_new()