Searched refs:bytes_r (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c319 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) argument
331 if (bytes_r != NULL) {
332 gl = add_glyph(bytes_r, map_idx + 1, 0);
406 uint8_t *line, *bytes, *bytes_r; local
470 bytes_r = xmalloc(wbytes * height);
496 memset(bytes_r, 0, wbytes * height);
526 bytes_r + i * wbytes, line, dwidth);
533 dwidth > (int)width ? bytes_r : NULL);
544 free(bytes_r);
554 uint8_t *bytes = NULL, *bytes_r local
[all...]

Completed in 123 milliseconds