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

/freebsd-10.2-release/usr.bin/vtfontcvt/
H A Dvtfontcvt.c180 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) argument
192 if (bytes_r != NULL) {
193 gl = add_glyph(bytes_r, map_idx + 1, 0);
242 uint8_t bytes[wbytes * height], bytes_r[wbytes * height]; local
264 bytes_r + i * wbytes, line, dwidth) != 0)
269 dwidth == width * 2 ? bytes_r : NULL) != 0)
293 uint8_t bytes[wbytes * height], bytes_r[wbytes * height]; local
316 bytes_r + i * wbytes, line, dwidth) != 0)
321 dwidth == width * 2 ? bytes_r : NULL) != 0)

Completed in 155 milliseconds