Searched refs:nccell_extract (Results 1 – 4 of 4) sorted by relevance
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/ |
H A D | notcurses_cell.3.md | 79 **char* nccell_extract(const struct ncplane* ***n***, const nccell* ***c***, uint16_t* ***stylemask…
|
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/ |
H A D | Plane.hh | 1191 return nccell_extract (plane, cell, stylemask, channels); in extract()
|
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/ |
H A D | notcurses.h | 824 nccell_extract(const struct ncplane* n, const nccell* c, in nccell_extract() function
|
/dports/devel/notcurses/notcurses-3.0.1/src/lib/ |
H A D | notcurses.c | 238 char* ret = nccell_extract(n, yx, stylemask, channels); in ncplane_at_yx()
|