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

  /system/extras/tests/framebuffer/
minui.h 28 void gr_fill(int x, int y, int w, int h);
  /bootable/recovery/minui/
minui.h 39 void gr_fill(int x, int y, int w, int h);
graphics.c 237 void gr_fill(int x, int y, int w, int h) function
  /bootable/recovery/
screen_ui.cpp 106 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
141 gr_fill(dx, dy, width, height);
178 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
183 gr_fill(0, (menu_top+menu_sel) * CHAR_HEIGHT,
195 gr_fill(0, i*CHAR_HEIGHT+CHAR_HEIGHT/2-1,
  /system/core/charger/
charger.c 194 gr_fill(0, 0, gr_fb_width(), gr_fb_height());

Completed in 105 milliseconds