Home
last modified time | relevance | path

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

/src/usr.bin/vtfontcvt/
H A Dvtfontcvt.c553 unsigned curchar = 0, gwidth, gwbytes, i, j, chars_per_row; in parse_hex() local
581 gwbytes = howmany(gwidth, 8); in parse_hex()
582 if (chars_per_row < gwbytes * 2 || gwidth <= 8) { in parse_hex()
584 gwbytes = wbytes; in parse_hex()
588 for (j = 0; j < gwbytes; j++) { in parse_hex()
598 p += gwbytes * 2; in parse_hex()