Home
last modified time | relevance | path

Searched refs:raster_bytes (Results 1 – 6 of 6) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dstats.c29 stats->raster_bytes += bytes; in update_raster_bytes()
135 stash->raster_bytes += nc->stats.s.raster_bytes; in notcurses_stats_reset()
204 ncbprefix(stats->raster_bytes, 1, totalbuf, 1), in summarize_stats()
205 ncbprefix(stats->raster_bytes ? stats->raster_min_bytes : 0, in summarize_stats()
207 ncbprefix(stats->renders ? stats->raster_bytes / stats->renders : 0, 1, avgbuf, 1); in summarize_stats()
245 stats->raster_bytes ? (stats->sprixelbytes * 100.0) / stats->raster_bytes : 0, in summarize_stats()
/dports/x11/xpr/xpr-1.0.5/
H A Dx2jet.c1446 int raster_bytes = (length * scale + 7) / 8; in write_raster_line() local
1461 || !(raster_line = malloc(raster_bytes * planes))) in write_raster_line()
1480 rl = &raster_line[raster_bytes * p]; in write_raster_line()
1500 fprintf(out,"\033*b%d%c", raster_bytes, (p+1 == planes) ? 'W' : 'V'); in write_raster_line()
1501 fwrite(&raster_line[raster_bytes * p], 1, raster_bytes, out); in write_raster_line()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Ddemo.c372 demos[results[i].selector - 'a'].name, results[i].stats.raster_bytes, in summary_json()
414 ncbprefix(results[i].stats.raster_bytes, 1, totalbuf, 0); in summary_table()
461 totalbytes += results[i].stats.raster_bytes; in summary_table()
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_stats.3.md20 uint64_t raster_bytes; // bytes emitted to ttyfp
148 value of **raster_bytes**.
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h1633 uint64_t raster_bytes; // bytes emitted to ttyfp member
/dports/devel/notcurses/notcurses-3.0.1/
H A DUSAGE.md3653 uint64_t raster_bytes; // bytes emitted to ttyfp