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

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dfontconv.c39 int width_in_bytes; local
43 width_in_bytes = (width + 7) / 8;
53 n = fread(buf, width_in_bytes, height, ifp);
68 for (j = 0; j < width_in_bytes; j++) {
98 fprintf(ofp, " %d,\t\t\t\t/* stride */\n", width_in_bytes);
111 int width_in_bytes; local
115 width_in_bytes = (width + 7) / 8;
123 n = fread(buf, width_in_bytes, height, ifp);
139 for (j = 0; j < width_in_bytes; j++) {

Completed in 43 milliseconds