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/
screen_ui.cpp 113 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
125 int iconY = (gr_fb_height() - (iconHeight+textHeight+40)) / 2;
128 int textY = ((gr_fb_height() - (iconHeight+textHeight+40)) / 2) + iconHeight + 40;
156 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4;
232 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
269 for (int ty = gr_fb_height() - char_height, count = 0;
372 text_rows = gr_fb_height() / char_height;
456 (gr_fb_height() - (gr_get_height(bg) + gr_get_height(text) + 40)) / 2;
  /bootable/recovery/minui/
minui.h 33 int gr_fb_height(void);
graphics.c 423 int gr_fb_height(void) function
  /system/core/charger/
charger.c 199 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
612 y = (gr_fb_height() - char_height) / 2;
634 y = (gr_fb_height() - h) / 2 ;

Completed in 288 milliseconds