Home
last modified time | relevance | path

Searched refs:ncpile (Results 1 – 11 of 11) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dsprite.h13 struct ncpile;
186 int sixel_draw(const tinfo* ti, const struct ncpile *p, sprixel* s,
188 int kitty_draw(const tinfo* ti, const struct ncpile *p, sprixel* s,
191 int sixel_scrub(const struct ncpile* p, sprixel* s);
192 int kitty_scrub(const struct ncpile* p, sprixel* s);
193 int fbcon_scrub(const struct ncpile* p, sprixel* s);
198 uint8_t* sixel_trans_auxvec(const struct ncpile* p);
199 uint8_t* kitty_trans_auxvec(const struct ncpile* p);
212 void fbcon_scroll(const struct ncpile* p, tinfo* ti, int rows);
213 void sixel_refresh(const struct ncpile* p, sprixel* s);
H A Dtermdesc.h27 struct ncpile;
141 void (*pixel_refresh)(const struct ncpile* p, struct sprixel* s);
144 int (*pixel_draw)(const struct tinfo*, const struct ncpile* p,
149 int (*pixel_scrub)(const struct ncpile* p, struct sprixel* s);
154 void (*pixel_scroll)(const struct ncpile* p, struct tinfo*, int rows);
155 uint8_t* (*pixel_trans_auxvec)(const struct ncpile* p); // create tranparent auxvec
H A Dinternal.h311 typedef struct ncpile { struct
323 } ncpile; argument
341 ncpile* last_pile;
437 static inline ncpile*
442 static inline const ncpile*
630 ncpile_notcurses(ncpile* p){ in ncpile_notcurses()
635 ncpile_notcurses_const(const ncpile* p){ in ncpile_notcurses_const()
640 ncpile_debug(const ncpile* p, fbuf* f){ in ncpile_debug()
672 const ncpile* p = ncplane_pile(nc->stdplane); in notcurses_debug_fbuf()
674 const ncpile* p0 = p; in notcurses_debug_fbuf()
[all …]
H A Drender.c72 ncpile* pile = ncplane_pile(pp); in notcurses_resize_internal()
981 rasterize_scrolls(const ncpile* p, fbuf* f){ in rasterize_scrolls()
1021 rasterize_sprixels(notcurses* nc, ncpile* p, fbuf* f){ in rasterize_sprixels()
1071 rasterize_sprixels_post(notcurses* nc, ncpile* p){ in rasterize_sprixels_post()
1324 raster_and_write(notcurses* nc, ncpile* p, fbuf* f){ in raster_and_write()
1426 ncpile p = {}; in notcurses_refresh()
1449 ncpile* p = ncplane_pile(n); in ncpile_render_to_file()
1492 ncpile* np = ncplane_pile(n); in ncpile_render_internal()
1520 ncpile* pile = ncplane_pile(n); in ncpile_rasterize()
1544 engorge_crender_vector(ncpile* n){ in engorge_crender_vector()
[all …]
H A Dnotcurses.c431 free_sprixels(ncpile* n){
441 ncpile_destroy(ncpile* pile){
489 static ncpile*
491 ncpile* ret = malloc(sizeof(*ret));
1346 ncpile_drop(notcurses* nc, ncpile** pile){
1348 ncpile* next = (*pile)->next;
1373 ncpile* p = ncplane_pile(nc->stdplane);
1374 ncpile* p0 = p;
1520 ncpile* p = ncplane_pile(n);
1567 ncpile* p = ncplane_pile(n);
[all …]
H A Dsixel.c381 void sixel_refresh(const ncpile* p, sprixel* s){ in sixel_refresh()
965 int sixel_scrub(const ncpile* p, sprixel* s){ in sixel_scrub()
1003 int sixel_draw(const tinfo* ti, const ncpile* p, sprixel* s, fbuf* f, in sixel_draw()
1120 uint8_t* sixel_trans_auxvec(const ncpile* p){ in sixel_trans_auxvec()
H A Dlinux.c113 int fbcon_scrub(const struct ncpile* p, sprixel* s){ in fbcon_scrub()
194 void fbcon_scroll(const struct ncpile* p, tinfo* ti, int rows){ in fbcon_scroll()
807 void fbcon_scroll(const struct ncpile* p, tinfo* ti, int rows){ in fbcon_scroll()
H A Dkitty.c357 uint8_t* kitty_trans_auxvec(const ncpile* p){ in kitty_trans_auxvec()
1128 int kitty_scrub(const ncpile* p, sprixel* s){ in kitty_scrub()
1159 int kitty_draw(const tinfo* ti, const ncpile* p, sprixel* s, fbuf* f, in kitty_draw()
H A Dsprite.c138 ncpile* np = ncplane_pile(ret->n); in sprixel_alloc()
H A Dvisual.c255 const ncpile* p = vopts->n ? ncplane_pile_const(vopts->n) : NULL; in ncvisual_geom_inner()
1029 const ncpile* p = ncplane_pile_const(n); in ncvisual_render_pixels()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_pile.3.md21 Notcurses does not export the **ncpile** type, nor any functionality that