Searched refs:gr_sys_font (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 49 gr_text(gr_sys_font(), x + stereo_offset_, y, line.c_str(), bold); in DrawTextLine() 50 gr_text(gr_sys_font(), x - stereo_offset_ + ScreenWidth(), y, line.c_str(), bold); in DrawTextLine()
|
D | screen_ui.cpp | 546 int line_spacing = gr_sys_font()->char_height; // Put some extra space between images. in SelectAndShowBackgroundText() 634 gr_text(gr_sys_font(), x, y, line.c_str(), bold); in DrawTextLine() 866 if (gr_sys_font() == nullptr) { in InitTextParams() 869 gr_font_size(gr_sys_font(), &char_width_, &char_height_); in InitTextParams()
|
/bootable/recovery/minui/include/minui/ |
D | minui.h | 129 const GRFont* gr_sys_font();
|
/bootable/recovery/minui/ |
D | graphics.cpp | 52 const GRFont* gr_sys_font() { in gr_sys_font() function
|