Home
last modified time | relevance | path

Searched refs:fontbuf (Results 1 – 1 of 1) sorted by relevance

/external/wayland/cursor/
Dconvert_font.c231 handle_pcf(void *fontbuf) in handle_pcf() argument
233 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() local
536 handle_pcf(fontbuf); in main()