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 50 void gr_text(int x, int y, const char *s, int bold);
90 // color (with gr_text() or gr_texticon()).
graphics.c 109 void gr_text(int x, int y, const char *s, int bold) function
334 gr_text(500, 225, "hello, world!", 0);
336 gr_text(300+x, 275, "pack my box with five dozen liquor jugs", 1);
  /bootable/recovery/
screen_ui.cpp 230 if (menu[i][0]) gr_text(4, y, menu[i], 1);
233 if (menu[i][0]) gr_text(4, y, menu[i], i < menu_top);
254 gr_text(4, ty, text[row], 0);
  /system/core/healthd/
healthd_mode_charger.cpp 271 gr_text(x, y, str, 0);

Completed in 139 milliseconds