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 46 unsigned int gr_get_width(gr_surface surface);
graphics.c 273 int w = gr_get_width(icon);
277 gl->recti(gl, x, y, x+gr_get_width(icon), y+gr_get_height(icon));
311 unsigned int gr_get_width(gr_surface surface) { function
  /bootable/recovery/
screen_ui.cpp 103 int iconWidth = gr_get_width(surface);
121 int iconWidth = gr_get_width(surface);
123 int textWidth = gr_get_width(text_surface);
137 int sw = gr_get_width(stageMarkerEmpty);
138 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2;
168 int width = gr_get_width(progressBarEmpty);
472 overlay_offset_x = install_overlay_offset_x + (gr_fb_width() - gr_get_width(bg)) / 2;
519 int width = gr_get_width(progressBarIndeterminate[0]);
  /system/core/charger/
charger.c 631 w = gr_get_width(surface);

Completed in 31 milliseconds