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

/freebsd-12-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c205 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) argument
217 if (bytes_r != NULL) {
218 gl = add_glyph(bytes_r, map_idx + 1, 0);
292 uint8_t *bytes, *bytes_r; local
356 bytes_r = xmalloc(wbytes * height);
382 memset(bytes_r, 0, wbytes * height);
412 bytes_r + i * wbytes, line, dwidth);
418 dwidth > (int)width ? bytes_r : NULL);
428 free(bytes_r);
438 uint8_t *bytes = NULL, *bytes_r local
[all...]

Completed in 50 milliseconds