Searched refs:fontbuf (Results 1 – 1 of 1) sorted by relevance
231 handle_pcf(void *fontbuf) in handle_pcf() argument233 struct pcf_header *header = fontbuf; in handle_pcf()241 handle_metrics(fontbuf + entry->offset); in handle_pcf()243 handle_glyph_names(fontbuf + entry->offset); in handle_pcf()245 handle_bitmaps(fontbuf + entry->offset); in handle_pcf()533 void *fontbuf = mmap(NULL, filestat.st_size, PROT_READ, in main() local536 handle_pcf(fontbuf); in main()