Home
last modified time | relevance | path

Searched refs:widthb (Results 1 – 14 of 14) sorted by relevance

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dcoral.c85 int width, widthb; member
94 #define getdot(x,y) (cp->reef[(y*cp->widthb)+(x>>5)] & (1<<(x & 31)))
96 #define setdot(x,y) (cp->reef[((y*cp->widthb)+(x>>5) >= 0 ? (y*cp->widthb)+(x>>5) : 0)] |= (1<<(x &…
160 cp->widthb = ((cp->width + 31) >> 5); in init_coral()
163 if ((cp->reef = (unsigned int *) calloc((cp->widthb + 1) * cp->height, in init_coral()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dcoral.c31 int width, widthb; member
45 #define getdot(x,y) (st->board[(y*st->widthb)+(x>>5)] & (1<<(x & 31)))
46 #define setdot(x,y) (st->board[(y*st->widthb)+(x>>5)] |= (1<<(x & 31)))
63 st->widthb = ((xgwa.width + 31) >> 5); in init_coral()
66 st->board = (unsigned int *)calloc(st->widthb * xgwa.height, sizeof(unsigned int)); in init_coral()
H A Difs.c64 int width, widthb, height; member
83 #define getdot(x,y) (st->board[((y)*st->widthb)+((x)>>5)] & (1<<((x) & 31)))
84 #define setdot(x,y) (st->board[((y)*st->widthb)+((x)>>5)] |= (1<<((x) & 31)))
372 memset(st->board, 0, st->widthb * st->height * sizeof(*st->board)); in ifs_draw()
384 memset(st->board, 0, st->widthb * st->height * sizeof(*st->board)); in ifs_draw()
487 st->widthb = ((xgwa.width + 31) >> 5); in ifs_reshape()
514 st->board = (unsigned int *)calloc(st->widthb * st->height, sizeof(unsigned int)); in ifs_reshape()
/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.c174 assert(w->widthb >= 0 && w->heightb >= 0); in win_get_region_local()
176 pixman_region32_init_rect(res, 0, 0, (uint)w->widthb, (uint)w->heightb); in win_get_region_local()
290 w->shadow_image = b->ops->render_shadow(b, w->widthb, w->heightb, kernel, c.red, in win_bind_shadow()
401 (uint16_t)max2(w->widthb * (1 - ROUNDED_PERCENT), w->widthb - ROUNDED_PIXELS); in win_has_rounded_corners()
937 w->widthb = w->g.width + w->g.border_width * 2; in win_on_win_size_change()
941 w->shadow_width = w->widthb + ps->o.shadow_radius * 2; in win_on_win_size_change()
1217 .widthb = 0, in fill_win()
1528 pixman_region32_union_rect(res, res, w->g.x, w->g.y, (uint)w->widthb, (uint)w->heightb); in win_extents()
2020 if (e->x1 <= w->g.x && e->y1 <= w->g.y && e->x2 >= w->g.x + w->widthb && in win_update_screen()
2383 return rect_is_fullscreen(ps, w->g.x, w->g.y, w->widthb, w->heightb) && in win_is_fullscreen()
H A Drender.c307 const uint16_t wid = to_u16_checked(w->widthb); in paint_one()
532 const int width = w->widthb; in win_build_shadow()
697 const auto wid = to_u16_checked(w->widthb); in win_blur_background()
H A Dwin.h146 int widthb, heightb; member
H A Dc2.c1312 case C2_L_PX2: tgt = w->g.x + w->widthb; break; in c2_match_once_leaf()
1316 case C2_L_PWIDTHB: tgt = w->widthb; break; in c2_match_once_leaf()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dc2.c1049 case C2_L_PX2: tgt = w->a.x + w->widthb; break; in c2_match_once_leaf()
1053 case C2_L_PWIDTHB: tgt = w->widthb; break; in c2_match_once_leaf()
H A Dcompton.c452 const int width = w->widthb; in win_build_shadow()
665 unsigned short minwidth = max_i(w->widthb * (1 - ROUNDED_PERCENT), in win_rounded_corners()
666 w->widthb - ROUNDED_PIXELS); in win_rounded_corners()
893 r.width = w->widthb; in win_get_region()
930 r.width = w->widthb; in win_extents()
1435 const int wid = w->widthb; in win_blur_background()
1599 const int wid = w->widthb; in win_paint_win()
2695 w->widthb = w->a.width + w->a.border_width * 2; in calc_win_size()
2708 w->shadow_width = w->widthb + ps->gaussian_map->size; in calc_shadow_geometry()
2862 .widthb = 0, in add_win()
H A Dcommon.h1106 int widthb, heightb; member
2045 return rect_is_fullscreen(ps, w->a.x, w->a.y, w->widthb, w->heightb) in win_is_fullscreen()
H A Dcompton.h1333 && s->x_org + s->width >= w->a.x + w->widthb in cxinerama_win_upd_scr()
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Daddspacers.tcl.in900 set widthb [expr ($urx - $llx)]
902 set areab [expr $widthb * $heightb]
916 set width [max $widthb $widtht]
/dports/x11-wm/compton/compton-b7f43ee/man/
H A Dcompton.1.asciidoc309 …ported predefined targets are `id`, `x`, `y`, `x2` (x + widthb), `y2`, `width`, `height`, `widthb`…
/dports/x11-wm/picom/picom-8.2/man/
H A Dpicom.1.asciidoc283 …ported predefined targets are `id`, `x`, `y`, `x2` (x + widthb), `y2`, `width`, `height`, `widthb`…