Lines Matching refs:width
9 int width, height, ascent; variable
23 width = 8; in main()
43 width_in_bytes = (width + 7) / 8; in fc_rasops()
47 fontname, width, height, code); in fc_rasops()
74 for (m = 0x80000000, j = 0; j < width; j++, m >>= 1) { in fc_rasops()
91 fontname, width, height); in fc_rasops()
96 fprintf(ofp, " %d,\t\t\t\t/* width */\n", width); in fc_rasops()
102 fontname, width, height); in fc_rasops()
115 width_in_bytes = (width + 7) / 8; in fc_rcons()
134 fontname, width, height, code); in fc_rcons()
143 for (m = 0x80000000, j = 0; j < width; j++, m >>= 1) { in fc_rcons()
150 fontname, width, height, code); in fc_rcons()
152 width, height, fontname, width, height, code); in fc_rcons()
163 fontname, width, height); in fc_rcons()
164 fprintf(ofp, " %d, %d, %d, ", width, height, ascent); in fc_rcons()
169 fontname, width, height, code); in fc_rcons()
170 fprintf(ofp, "%d, %d, %d, %d },\n", 0, -ascent, width, 0); in fc_rcons()