Searched refs:gr_texticon (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 44 gr_texticon(x + stereo_offset_, y, surface); in DrawTextIcon() 45 gr_texticon(x - stereo_offset_ + ScreenWidth(), y, surface); in DrawTextIcon()
|
D | wear_ui.cpp | 67 gr_texticon(text_x, text_y, text); in draw_background_locked()
|
D | screen_ui.cpp | 564 gr_texticon(text_x, text_y, p.second.get()); in SelectAndShowBackgroundText() 627 gr_texticon(x, y, surface); in DrawTextIcon()
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 126 void gr_texticon(int x, int y, const GRSurface* icon);
|
/bootable/recovery/minui/ |
D | graphics.cpp | 191 void gr_texticon(int x, int y, const GRSurface* icon) { in gr_texticon() function
|