Home
last modified time | relevance | path

Searched refs:nccell_fg_alpha (Results 1 – 7 of 7) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dpalette.cpp49 CHECK(NCALPHA_OPAQUE == nccell_fg_alpha(&c));
76 CHECK(NCALPHA_OPAQUE == nccell_fg_alpha(&r));
99 CHECK(NCALPHA_OPAQUE == nccell_fg_alpha(&r));
H A Dcell.cpp130 CHECK(NCALPHA_OPAQUE == nccell_fg_alpha(&c));
132 CHECK(NCALPHA_HIGHCONTRAST == nccell_fg_alpha(&c));
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DCell.hh109 return nccell_fg_alpha (&_cell); in get_fg_alpha()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_cell.3.md93 **unsigned nccell_fg_alpha(const nccell* ***c***);**
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Drender.c303 if(nccell_fg_alpha(targc) > NCALPHA_OPAQUE){ in paint()
308 if(nccell_fg_alpha(vis) == NCALPHA_HIGHCONTRAST){ in paint()
420 if(nccell_fg_alpha(targc) == NCALPHA_TRANSPARENT){ in lock_in_highcontrast()
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h2614 nccell_fg_alpha(const nccell* cl){ in nccell_fg_alpha() function
/dports/devel/notcurses/notcurses-3.0.1/
H A DUSAGE.md2263 nccell_fg_alpha(const nccell* cl){