Searched refs:text_x (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 64 int text_x = (ScreenWidth() - gr_get_width(text)) / 2; in draw_background_locked() local 67 gr_texticon(text_x, text_y, text); in draw_background_locked()
|
D | screen_ui.cpp | 435 int text_x = (ScreenWidth() - gr_get_width(text_surface)) / 2; in draw_background_locked() local 438 DrawTextIcon(text_x, text_y, text_surface); in draw_background_locked() 542 int text_x = margin_width_; in SelectAndShowBackgroundText() local 547 text_y += DrawTextLine(text_x, text_y, header, true); in SelectAndShowBackgroundText() 556 text_y += DrawWrappedTextLines(text_x, text_y, instruction); in SelectAndShowBackgroundText() 562 text_y += DrawTextLine(text_x, text_y, p.first, false); in SelectAndShowBackgroundText() 564 gr_texticon(text_x, text_y, p.second.get()); in SelectAndShowBackgroundText()
|