Searched refs:bold (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 106 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()
|
D | minui.h | 48 void gr_text(int x, int y, const char *s, bool bold);
|
/bootable/recovery/ |
D | screen_ui.h | 166 void DrawTextLine(int x, int* y, const char* line, bool bold);
|
D | screen_ui.cpp | 249 void ScreenRecoveryUI::DrawTextLine(int x, int* y, const char* line, bool bold) { in DrawTextLine() argument 250 gr_text(x, *y, line, bold); in DrawTextLine()
|