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

  /external/vboot_reference/firmware/lib/include/
bmpblk_font.h 11 * | FontArrayHeader |
32 * The FontArrayHeader describes how many characters will be encoded.
45 typedef struct FontArrayHeader {
48 } __attribute__((packed)) FontArrayHeader;
vboot_display.h 25 typedef FontArrayHeader VbFont_t;
27 VbFont_t *VbInternalizeFontData(FontArrayHeader *fonthdr);
  /external/vboot_reference/utility/
image_types.c 42 bufsize < sizeof(FontArrayHeader)) {
60 const FontArrayHeader *fhdr = buf;
bmpblk_font.c 125 FontArrayHeader header;
  /external/vboot_reference/tests/
vboot_display_tests.c 215 FontArrayHeader h;
242 fptr = VbInternalizeFontData((FontArrayHeader *)buf);
  /external/vboot_reference/firmware/lib/
vboot_display.c 45 VbFont_t *VbInternalizeFontData(FontArrayHeader *fonthdr)
65 max = ((FontArrayHeader *)ptr)->num_entries;
66 ptr += sizeof(FontArrayHeader);
262 (FontArrayHeader *)fullimage);

Completed in 84 milliseconds