Home | Sort by: relevance | last modified time | path |
/src/sys/dev/hpc/ | |
fontconv.c | 9 int width, height, ascent; variable in typeref:typename:int 25 ascent = 8; 164 fprintf(ofp, " %d, %d, %d, ", width, height, ascent); 170 fprintf(ofp, "%d, %d, %d, %d },\n", 0, -ascent, width, 0); |
fontconv.c | 9 int width, height, ascent; variable in typeref:typename:int 25 ascent = 8; 164 fprintf(ofp, " %d, %d, %d, ", width, height, ascent); 170 fprintf(ofp, "%d, %d, %d, %d },\n", 0, -ascent, width, 0); |
/src/sys/dev/rcons/ | |
raster.h | 114 int width, height, ascent; /* nominal character size */ member in struct:raster_font |
raster.h | 114 int width, height, ascent; /* nominal character size */ member in struct:raster_font |