Home
last modified time | relevance | path

Searched refs:ncpixel_set_a (Results 1 – 13 of 13) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/poc/
H A Dgrid.c22 ncpixel_set_a(px, 255); in draw_grid()
33 ncpixel_set_a(px, 255); in draw_grid()
39 ncpixel_set_a(px, 255); in draw_grid()
52 ncpixel_set_a(px, 255); in draw_grid()
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dblit.cpp111 ncpixel_set_a(ptl, 0xff);
116 ncpixel_set_a(ptr, 0xff);
121 ncpixel_set_a(pbl, 0xff);
126 ncpixel_set_a(pbr, 0xff);
H A Dvisual.cpp473 CHECK(0 == ncpixel_set_a(&rgba[i], 0xff));
514 CHECK(0 == ncpixel_set_a(&rgba[i], 0xff));
560 CHECK(0 == ncpixel_set_a(&rgba[itop], 0xff));
561 CHECK(0 == ncpixel_set_a(&rgba[itop + 1], 0xff));
573 CHECK(0 == ncpixel_set_a(&rgba[ibot], 0xff));
574 CHECK(0 == ncpixel_set_a(&rgba[ibot + 1], 0xff));
H A Dbitmap.cpp524 ncpixel_set_a(&v[py * x + px], 0);
559 ncpixel_set_a(&v[py * x + px], 0);
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dkitty.c348 ncpixel_set_a(ap, 0); in kitty_anim_auxvec()
669 ncpixel_set_a(&dst[0], 0); in add_to_buf()
674 ncpixel_set_a(&dst[1], 0); in add_to_buf()
679 ncpixel_set_a(&dst[2], 0); in add_to_buf()
811 ncpixel_set_a(&source[e], ncpixel_a(source[e]) / 2); in write_kitty_data()
857 ncpixel_set_a(&source[e], 0); // in case it was transcolor in write_kitty_data()
877 ncpixel_set_a(&source[e], 0); // in case it was transcolor in write_kitty_data()
H A Dvisual.c471 ncpixel_set_a(dst, alpha); in rgb_loose_to_rgba()
492 ncpixel_set_a(dst, alpha); in rgb_packed_to_rgba()
516 ncpixel_set_a(dst, alpha); in bgra_to_rgba()
819 ncpixel_set_a(&data[y * ncv->rowstride / 4 + x], alpha); in ncvisual_from_rgb_packed()
852 ncpixel_set_a(&data[y * ncv->rowstride / 4 + x], alpha); in ncvisual_from_rgb_loose()
880 ncpixel_set_a(dst, ncpixel_a(src)); in ncvisual_from_bgra()
927 ncpixel_set_a(dst, 255 - palidx); in ncvisual_from_palidx()
H A Dlinux.c66 ncpixel_set_a((uint32_t*)src, 0); // in case it was transcolor in fbcon_blit()
78 ncpixel_set_a((uint32_t*)src, 0); // in case it was transcolor in fbcon_blit()
H A Dfill.c614 ncpixel_set_a(&rgba[y * square + x], 0xff); in ncplane_qrcode()
H A Dplot.c217 ncpixel_set_a(&color, 0xff); \
H A Dnotcurses.c3085 ncpixel_set_a(p, 0xff);
3094 ncpixel_set_a(p, 0xff);
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Ddragon.c35 ncpixel_set_a(&pixel, 0xff); in dragonmayer()
H A Dyield.c95 ncpixel_set_a(m->polypixel, 0xfe); in yielder()
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h3407 ncpixel_set_a(uint32_t* pixel, unsigned a){ in ncpixel_set_a() function
3449 ncpixel_set_a(&pixel, 0xff); in ncpixel()