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

  /bootable/recovery/recovery_ui/
vr_ui.cpp 44 gr_texticon(x + stereo_offset_, y, surface);
45 gr_texticon(x - stereo_offset_ + ScreenWidth(), y, surface);
wear_ui.cpp 67 gr_texticon(text_x, text_y, text);
screen_ui.cpp 564 gr_texticon(text_x, text_y, p.second.get());
627 gr_texticon(x, y, surface);
    [all...]
  /bootable/recovery/minui/include/minui/
minui.h 126 void gr_texticon(int x, int y, const GRSurface* icon);
184 // color (with gr_text() or gr_texticon()).
  /bootable/recovery/minui/
graphics.cpp 191 void gr_texticon(int x, int y, const GRSurface* icon) { function
195 printf("gr_texticon: source has wrong format\n");

Completed in 96 milliseconds