Home
last modified time | relevance | path

Searched refs:text_y (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/
Dwear_ui.cpp65 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()
Dscreen_ui.cpp437 int text_y = GetTextBaseline(); in draw_background_locked() local
439 DrawTextIcon(text_x, text_y, text_surface); in draw_background_locked()
544 int text_y = margin_height_; in SelectAndShowBackgroundText() local
550 text_y += DrawTextLine(text_x, text_y, header, true); in SelectAndShowBackgroundText()
559 text_y += DrawWrappedTextLines(text_x, text_y, instruction); in SelectAndShowBackgroundText()
563 text_y += line_spacing; in SelectAndShowBackgroundText()
565 text_y += DrawTextLine(text_x, text_y, p.first, false); in SelectAndShowBackgroundText()
567 gr_texticon(text_x, text_y, p.second.get()); in SelectAndShowBackgroundText()
568 text_y += gr_get_height(p.second.get()); in SelectAndShowBackgroundText()