Searched refs:bytes_r (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 328 if (bytes_r != NULL) { in add_char() 329 gl = add_glyph(bytes_r, map_idx + 1, 0); in add_char() 403 uint8_t *line, *bytes, *bytes_r; in parse_bdf() local 467 bytes_r = xmalloc(wbytes * height); in parse_bdf() 493 memset(bytes_r, 0, wbytes * height); in parse_bdf() 523 bytes_r + i * wbytes, line, dwidth); in parse_bdf() 541 free(bytes_r); in parse_bdf() 569 bytes_r = xmalloc(wbytes * height); in parse_hex() 594 bytes_r + i * wbytes, line, gwidth); in parse_hex() 602 gwidth != width ? bytes_r : NULL); in parse_hex() [all …]
|