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

  /bootable/recovery/minui/
minui.h 45 unsigned int gr_get_width(gr_surface surface);
graphics.c 259 unsigned int gr_get_width(gr_surface surface) { function
  /bootable/recovery/
screen_ui.cpp 94 int iconWidth = gr_get_width(surface);
110 int iconWidth = gr_get_width(surface);
133 int width = gr_get_width(progressBarEmpty);
329 install_overlay_offset_x += (gr_fb_width() - gr_get_width(bg)) / 2;
381 int width = gr_get_width(progressBarIndeterminate[0]);
  /system/core/charger/
charger.c 611 w = gr_get_width(surface);

Completed in 66 milliseconds