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

  /bootable/recovery/minui/
minui.h 42 unsigned int gr_get_height(gr_surface surface);
graphics.c 266 unsigned int gr_get_height(gr_surface surface) { function
  /bootable/recovery/
ui.c 115 int iconHeight = gr_get_height(surface);
132 int iconHeight = gr_get_height(surface);
151 int iconHeight = gr_get_height(gBackgroundIcon[BACKGROUND_ICON_INSTALLING]);
153 int height = gr_get_height(gProgressBarEmpty);
433 (gr_fb_height() - gr_get_height(bg)) / 2;
  /system/core/charger/
charger.c 612 h = gr_get_height(surface);

Completed in 95 milliseconds