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 47 unsigned int gr_get_height(gr_surface surface);
graphics.c 274 int h = gr_get_height(icon);
277 gl->recti(gl, x, y, x+gr_get_width(icon), y+gr_get_height(icon));
318 unsigned int gr_get_height(gr_surface surface) { function
  /bootable/recovery/
screen_ui.cpp 102 int iconHeight = gr_get_height(surface);
120 int iconHeight = gr_get_height(surface);
122 int textHeight = gr_get_height(text_surface);
151 int iconHeight = gr_get_height(backgroundIcon[INSTALLING_UPDATE]);
153 int height = gr_get_height(progressBarEmpty);
435 (gr_fb_height() - (gr_get_height(bg) + gr_get_height(text) + 40)) / 2;
  /system/core/charger/
charger.c 632 h = gr_get_height(surface);

Completed in 8974 milliseconds