Searched refs:ScreenLayout (Results 1 – 8 of 8) sorted by relevance
16 struct ScreenLayout;79 uint32_t image_num, struct ScreenLayout *layout,
72 typedef struct ScreenLayout { struct84 } __attribute__((packed)) ScreenLayout; typedef
98 uint32_t image_num, ScreenLayout *layout, in VbGbbReadImage()118 sizeof(ScreenLayout) + in VbGbbReadImage()119 screen_index * sizeof(ScreenLayout); in VbGbbReadImage()
219 ScreenLayout layout; in VbDisplayScreenFromGBB()
196 ScreenLayout *scr; in dump_bmpblock()270 (sizeof(ScreenLayout) * in dump_bmpblock()389 offset = sizeof(BmpBlockHeader) + i * sizeof(ScreenLayout); in dump_bmpblock()390 scr = (ScreenLayout *)(ptr + offset); in dump_bmpblock()
516 sizeof(ScreenLayout) * (config_.header.number_of_localizations * in pack_bmpblock()
45 ScreenLayout *layout; in ResetMocks()80 layout = (ScreenLayout *)(gbb_data + gbb_used); in ResetMocks()
36 ScreenLayout data;