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

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

Completed in 60 milliseconds