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

  /system/extras/tests/framebuffer/
minui.h 24 int gr_fb_height(void);
fb_test.c 190 int gr_fb_height(void) function
  /bootable/recovery/minui/
minui.h 29 int gr_fb_height(void);
graphics.c 362 int gr_fb_height(void) function
  /bootable/recovery/
ui.c 127 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
134 int iconY = (gr_fb_height() - iconHeight) / 2;
156 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4;
197 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
385 text_rows = gr_fb_height() / CHAR_HEIGHT;
433 (gr_fb_height() - gr_get_height(bg)) / 2;
  /system/core/charger/
charger.c 192 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
590 y = (gr_fb_height() - char_height) / 2;
612 y = (gr_fb_height() - h) / 2 ;

Completed in 27 milliseconds