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/
screen_ui.cpp 106 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
112 int iconX = (gr_fb_width() - iconWidth) / 2;
136 int dx = (gr_fb_width() - width)/2;
178 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
184 gr_fb_width(), (menu_top+menu_sel+1)*CHAR_HEIGHT+1);
196 gr_fb_width(), i*CHAR_HEIGHT+CHAR_HEIGHT/2+1);
295 text_cols = gr_fb_width() / CHAR_WIDTH;
329 install_overlay_offset_x += (gr_fb_width() - gr_get_width(bg)) / 2;
  /bootable/recovery/minui/
minui.h 32 int gr_fb_width(void);
graphics.c 357 int gr_fb_width(void) function
  /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 172 milliseconds