fontconv.c | 39 int width_in_bytes; local in function:fc_rasops 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 in function:fc_rcons 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++) {
|