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

  /bootable/bootloader/legacy/arch_msm7k/
mddi_console.c 82 unsigned count = fb_width * fb_height;
92 unsigned count = fb_height * (fb_width - 12);
146 cmaxy = (fb_height-1) / 12;
mddi.c 34 unsigned fb_height = 0; variable
66 fb_height = c->bitmap_height;
229 dprintf("panel is %d x %d\n", fb_width, fb_height);
231 FB = alloc(2 * fb_width * fb_height);
232 mlist = alloc(sizeof(mddi_llentry) * (fb_height / 8));
236 for(n = 0; n < (fb_height / 8); n++) {
274 for(n = 0; n < (fb_width * fb_height); n++) FB[n] = 0;
  /system/core/init/
logo.c 51 #define fb_height(fb) ((fb)->vi.yres) macro
133 max = fb_width(&fb) * fb_height(&fb);
  /bootable/bootloader/legacy/include/boot/
boot.h 120 extern unsigned fb_height;

Completed in 305 milliseconds