Home
last modified time | relevance | path

Searched defs:max_height (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp261 bool GraphicMenu::Validate(size_t max_width, size_t max_height, const GRSurface* graphic_headers, in Validate()
279 bool GraphicMenu::ValidateGraphicSurface(size_t max_width, size_t max_height, int y, in ValidateGraphicSurface()
1186 size_t max_height = ScreenHeight() - margin_height_ - char_height_ * (title_lines_.size() + 3); in CreateMenu() local