Home
last modified time | relevance | path

Searched refs:NCBLIT_2x2 (Results 1 – 15 of 15) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dblit.cpp14 CHECK(0 == strcmp("quad", notcurses_str_blitter(NCBLIT_2x2)));
133 vopts.blitter = NCBLIT_2x2;
234 vopts.blitter = NCBLIT_2x2;
H A Dvisual.cpp528 vopts.blitter = NCBLIT_2x2;
587 vopts.blitter = NCBLIT_2x2;
638 .blitter = NCBLIT_2x2,
683 .blitter = NCBLIT_2x2,
731 .blitter = NCBLIT_2x2,
784 .blitter = NCBLIT_2x2,
836 .blitter = NCBLIT_2x2,
H A Dstacking.cpp183 .leny = 2, .lenx = 2, .blitter = NCBLIT_2x2, .flags = 0,
228 .leny = 2, .lenx = 2, .blitter = NCBLIT_2x2, .flags = 0,
H A Dplot.cpp195 popts.gridtype = NCBLIT_2x2;
H A Dmedia.cpp207 opts.blitter = NCBLIT_2x2;
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dblitset.h40 return NCBLIT_2x2; in rgba_blitter_default()
H A Dblit.c858 { .geom = NCBLIT_2x2, .width = 2, .height = 2,
938 setid = NCBLIT_2x2; in lookup_blitset()
941 if(setid == NCBLIT_2x2){ in lookup_blitset()
/dports/devel/notcurses/notcurses-3.0.1/src/poc/
H A Dblitters.c29 NCBLIT_2x2, // quadrants in main()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dkeller.c17 { NCBLIT_2x2, notcurses_canquadrant, }, in visualize()
H A Deagle.c43 .blitter = NCBLIT_2x2, in zoom_map()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_visual.3.md25 NCBLIT_2x2, // quadrants + 2x1
235 * **NCBLIT_2x2**: Adds left and right half blocks (▌▐) and quadrants (▖▗▟▙) to **NCBLIT_2x1**.
259 **NCBLIT_2x2**. The same image rendered with **NCBLIT_3x2** will be one-third
280 a given cell. **NCBLIT_1x1** and **NCBLIT_2x2** can be perfectly represented
345 **NCBLIT_2x2**.
358 Bad font support can ruin **NCBLIT_2x2**, **NCBLIT_3x2**, **NCBLIT_4x1**,
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h65 NCBLIT_2x2, // quadrants + 2x1 ▗▐ ▖▀▟▌▙ enumerator
/dports/devel/notcurses/notcurses-3.0.1/
H A DNEWS.md965 * The default blitter when `NCSCALE_STRETCH` is used is now `NCBLIT_2x2`,
H A DUSAGE.md3467 NCBLIT_2x2, // quadrants + 2x1 ▗▐ ▖▀▟▌▙
/dports/audio/snd/snd-21.2/
H A Dnotcurses_s7.c3951 nc_int(NCBLIT_2x2); in notcurses_s7_init()