Searched refs:text_x (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 112 int text_x = (ScreenWidth() - gr_get_width(text)) / 2; in draw_background_locked() local 115 gr_texticon(text_x, text_y, text); in draw_background_locked()
|
D | screen_ui.cpp | 442 int text_x = (ScreenWidth() - gr_get_width(text_surface)) / 2; in draw_background_locked() local 445 DrawTextIcon(text_x, text_y, text_surface); in draw_background_locked() 551 int text_x = margin_width_; in SelectAndShowBackgroundText() local 556 text_y += DrawTextLine(text_x, text_y, header, true); in SelectAndShowBackgroundText() 565 text_y += DrawWrappedTextLines(text_x, text_y, instruction); in SelectAndShowBackgroundText() 571 text_y += DrawTextLine(text_x, text_y, p.first, false); in SelectAndShowBackgroundText() 573 gr_texticon(text_x, text_y, p.second.get()); in SelectAndShowBackgroundText()
|