Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dvr_ui.cpp49 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()
Dscreen_ui.cpp546 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/
Dminui.h129 const GRFont* gr_sys_font();
/bootable/recovery/minui/
Dgraphics.cpp52 const GRFont* gr_sys_font() { in gr_sys_font() function