Lines Matching refs:height
9 int width, height, ascent; variable
24 height = 8; in main()
47 fontname, width, height, code); in fc_rasops()
53 n = fread(buf, width_in_bytes, height, ifp); in fc_rasops()
54 if (n != height) { in fc_rasops()
65 for (i = 0; i < height; i++) { in fc_rasops()
91 fontname, width, height); in fc_rasops()
97 fprintf(ofp, " %d,\t\t\t\t/* height */\n", height); in fc_rasops()
102 fontname, width, height); in fc_rasops()
123 n = fread(buf, width_in_bytes, height, ifp); in fc_rcons()
124 if (n != height) { in fc_rcons()
134 fontname, width, height, code); in fc_rcons()
137 for (i = 0; i < height; i++) { 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()