Searched refs:text_y (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/recovery_ui/ |
D | wear_ui.cpp | 65 int text_y = GetProgressBaseline() - gr_get_height(text) - 10; in draw_background_locked() local 67 gr_texticon(text_x, text_y, text); in draw_background_locked()
|
D | screen_ui.cpp | 436 int text_y = GetTextBaseline(); in draw_background_locked() local 438 DrawTextIcon(text_x, text_y, text_surface); in draw_background_locked() 541 int text_y = margin_height_; 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() 560 text_y += line_spacing; 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() 565 text_y += gr_get_height(p.second.get()); in SelectAndShowBackgroundText()
|