Home
last modified time | relevance | path

Searched refs:gwbytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c551 unsigned curchar = 0, gwidth, gwbytes, i, j, chars_per_row; in parse_hex() local
579 gwbytes = howmany(gwidth, 8); in parse_hex()
580 if (chars_per_row < gwbytes * 2 || gwidth <= 8) { in parse_hex()
582 gwbytes = wbytes; in parse_hex()
586 for (j = 0; j < gwbytes; j++) { in parse_hex()
596 p += gwbytes * 2; in parse_hex()