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

  /system/extras/tests/framebuffer/
minui.h 23 int gr_fb_width(void);
fb_test.c 185 int gr_fb_width(void) function
  /bootable/recovery/minui/
minui.h 28 int gr_fb_width(void);
graphics.c 357 int gr_fb_width(void) function
  /bootable/recovery/
ui.c 127 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
133 int iconX = (gr_fb_width() - iconWidth) / 2;
155 int dx = (gr_fb_width() - width)/2;
197 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
203 gr_fb_width(), (menu_top+menu_sel+1)*CHAR_HEIGHT+1);
215 gr_fb_width(), i*CHAR_HEIGHT+CHAR_HEIGHT/2+1);
389 text_cols = gr_fb_width() / CHAR_WIDTH;
431 (gr_fb_width() - gr_get_width(bg)) / 2;
  /system/core/charger/
charger.c 194 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
590 x = (gr_fb_width() - str_len_px) / 2;
613 x = (gr_fb_width() - w) / 2 ;

Completed in 52 milliseconds