Home
last modified time | relevance | path

Searched refs:gr_text (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/minui/
Dminui.h40 int gr_text(int x, int y, const char *s);
Dgraphics.c221 int gr_text(int x, int y, const char *s) in gr_text() function
/bootable/recovery/
Dscreen_ui.cpp197 gr_text(0, (row+1)*CHAR_HEIGHT-1, t); in draw_text_line()