Searched refs:text_x (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/ |
D | screen_ui.cpp | 176 int text_x = (ScreenWidth() - gr_get_width(text_surface)) / 2; in draw_background_locked() local 179 DrawTextIcon(text_x, text_y, text_surface); in draw_background_locked() 283 int text_x = kMarginWidth; in SelectAndShowBackgroundText() local 288 text_y += DrawTextLine(text_x, text_y, header.c_str(), true); in SelectAndShowBackgroundText() 294 text_y += DrawWrappedTextLines(text_x, text_y, instruction); in SelectAndShowBackgroundText() 300 text_y += DrawTextLine(text_x, text_y, p.first.c_str(), false); in SelectAndShowBackgroundText() 302 gr_texticon(text_x, text_y, p.second.get()); in SelectAndShowBackgroundText()
|