HomeSort by relevance Sort by last modified time
    Searched refs:fontbuf (Results 1 - 4 of 4) sorted by null

  /external/syslinux/com32/lib/syslinux/video/
fontquery.c 44 *font = (uint8_t *)fontbuf;
  /external/syslinux/core/
font.c 34 __export __lowmem char fontbuf[8192]; variable
73 memset(fontbuf, 0, 256*32);
74 if (_fread(fontbuf, 256*hdr.height, f) != 256*hdr.height)
103 ireg.es = SEG(fontbuf);
104 ireg.ebp.w[0] = OFFS(fontbuf); /* ES:BP -> font */
191 regs->es = SEG(fontbuf);
192 regs->ebx.w[0] = OFFS(fontbuf);
  /external/syslinux/core/include/
graphics.h 51 extern char fontbuf[8192];
  /external/wayland/cursor/
convert_font.c 231 handle_pcf(void *fontbuf)
233 struct pcf_header *header = fontbuf;
241 handle_metrics(fontbuf + entry->offset);
243 handle_glyph_names(fontbuf + entry->offset);
245 handle_bitmaps(fontbuf + entry->offset);
533 void *fontbuf = mmap(NULL, filestat.st_size, PROT_READ, local
536 handle_pcf(fontbuf);

Completed in 318 milliseconds