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

/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c315 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) argument
327 if (bytes_r != NULL) {
328 gl = add_glyph(bytes_r, map_idx + 1, 0);
402 uint8_t *line, *bytes, *bytes_r; local
466 bytes_r = xmalloc(wbytes * height);
492 memset(bytes_r, 0, wbytes * height);
522 bytes_r + i * wbytes, line, dwidth);
529 dwidth > (int)width ? bytes_r : NULL);
540 free(bytes_r);
550 uint8_t *bytes = NULL, *bytes_r local
[all...]

Completed in 53 milliseconds