Searched refs:FontArrayHeader (Results 1 – 6 of 6) sorted by relevance
45 typedef struct FontArrayHeader { struct48 } __attribute__((packed)) FontArrayHeader; typedef
25 typedef FontArrayHeader VbFont_t;27 VbFont_t *VbInternalizeFontData(FontArrayHeader *fonthdr);
42 bufsize < sizeof(FontArrayHeader)) { in identify_image_type()60 const FontArrayHeader *fhdr = buf; in identify_image_type()
125 FontArrayHeader header; in main()
45 VbFont_t *VbInternalizeFontData(FontArrayHeader *fonthdr) in VbInternalizeFontData()65 max = ((FontArrayHeader *)ptr)->num_entries; in VbFindFontGlyph()66 ptr += sizeof(FontArrayHeader); in VbFindFontGlyph()262 (FontArrayHeader *)fullimage); in VbDisplayScreenFromGBB()
215 FontArrayHeader h; in FontTest()242 fptr = VbInternalizeFontData((FontArrayHeader *)buf); in FontTest()