Searched refs:margin_height_ (Results 1 – 2 of 2) sorted by relevance
311 margin_height_( in ScreenRecoveryUI()426 int y = ScreenHeight() - stage_height - margin_height_; in draw_background_locked()541 int text_y = margin_height_; in SelectAndShowBackgroundText()707 int y = margin_height_; in draw_menu_and_text_buffer_locked()738 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()867 text_rows_ = (ScreenHeight() - margin_height_ * 2) / char_height_; in InitTextParams()1165 size_t max_height = ScreenHeight() - margin_height_ - char_height_ * (title_lines_.size() + 3); in CreateMenu()
254 const int margin_height_; variable