Home
last modified time | relevance | path

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

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dtermdesc.h161 unsigned sixel_maxx; // maximum theoretical sixel width member
H A Dinternal.h841 if(t->sixel_maxx && *x > t->sixel_maxx){ in clamp_to_sixelmax()
842 *x = t->sixel_maxx; in clamp_to_sixelmax()
H A Dtermdesc.c1321 ti->sixel_maxx = iresp->sixelx; in interrogate_terminfo()
H A Dnotcurses.c3262 if(*maxbmapx > nc->tcache.sixel_maxx && nc->tcache.sixel_maxx){
3263 *maxbmapx = nc->tcache.sixel_maxx;
H A Dvisual.c260 geom->maxpixelx = ti->sixel_maxx; in ncvisual_geom_inner()
/dports/devel/notcurses/notcurses-3.0.1/src/info/
H A Dmain.c395 indent, ti->sixel_maxy, ti->sixel_maxx, ti->color_registers); in tinfo_debug_bitmaps()
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dvisual.cpp100 CHECK(nc_->tcache.sixel_maxx <= g.maxpixelx);