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 46 unsigned int gr_get_height(gr_surface surface);
graphics.c 266 unsigned int gr_get_height(gr_surface surface) { function
  /bootable/recovery/
screen_ui.cpp 95 int iconHeight = gr_get_height(surface);
111 int iconHeight = gr_get_height(surface);
132 int iconHeight = gr_get_height(backgroundIcon[INSTALLING]);
134 int height = gr_get_height(progressBarEmpty);
330 install_overlay_offset_y += (gr_fb_height() - gr_get_height(bg)) / 2;
  /system/core/charger/
charger.c 612 h = gr_get_height(surface);

Completed in 163 milliseconds