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 57 unsigned int gr_get_height(gr_surface surface);
graphics.c 261 unsigned int gr_get_height(GRSurface* surface) { function
  /bootable/recovery/
screen_ui.cpp 103 int iconHeight = gr_get_height(surface);
105 int textHeight = gr_get_height(text_surface);
106 int stageHeight = gr_get_height(stageMarkerEmpty);
141 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY);
145 int iconHeight = gr_get_height(backgroundIcon[INSTALLING_UPDATE]);
147 int height = gr_get_height(progressBarEmpty);
  /system/core/healthd/
healthd_mode_charger.cpp 284 h = gr_get_height(surface);

Completed in 961 milliseconds