Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp734 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked() local
735 ty -= char_height_, ++count) { in draw_menu_and_text_buffer_locked()
736 DrawTextLine(margin_width_, ty, text_[row], false); in draw_menu_and_text_buffer_locked()