Home
last modified time | relevance | path

Searched refs:bold (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp106 void gr_text(int x, int y, const char *s, bool bold) in gr_text() argument
112 bold = bold && (font->texture->height != font->cheight); in gr_text()
126 (bold ? font->cheight * font->texture->row_bytes : 0); in gr_text()
Dminui.h48 void gr_text(int x, int y, const char *s, bool bold);
/bootable/recovery/
Dscreen_ui.h166 void DrawTextLine(int x, int* y, const char* line, bool bold);
Dscreen_ui.cpp249 void ScreenRecoveryUI::DrawTextLine(int x, int* y, const char* line, bool bold) { in DrawTextLine() argument
250 gr_text(x, *y, line, bold); in DrawTextLine()