Searched refs:bytes_r (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 330 if (bytes_r != NULL) { in add_char() 331 gl = add_glyph(bytes_r, map_idx + 1, 0); in add_char() 405 uint8_t *line, *bytes, *bytes_r; in parse_bdf() local 469 bytes_r = xmalloc(wbytes * height); in parse_bdf() 495 memset(bytes_r, 0, wbytes * height); in parse_bdf() 525 bytes_r + i * wbytes, line, dwidth); in parse_bdf() 543 free(bytes_r); in parse_bdf() 571 bytes_r = xmalloc(wbytes * height); in parse_hex() 596 bytes_r + i * wbytes, line, gwidth); in parse_hex() 604 gwidth != width ? bytes_r : NULL); in parse_hex() [all …]
|