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

  /system/extras/tests/framebuffer/
minui.h 29 int gr_text(int x, int y, const char *s);
  /bootable/recovery/minui/
minui.h 40 int gr_text(int x, int y, const char *s, int bold);
graphics.c 226 int gr_text(int x, int y, const char *s, int bold) function
  /bootable/recovery/
screen_ui.cpp 264 if (menu[i][0]) gr_text(4, y, menu[i], 1);
267 if (menu[i][0]) gr_text(4, y, menu[i], i < menu_top);
288 gr_text(4, ty, text[row], 0);
  /system/core/charger/
charger.c 613 gr_text(x, y, str, 0);

Completed in 164 milliseconds