Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp184 int bar_height = char_height_ + 4; in DrawItems() local
185 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()
244 int bar_height = item->height + 4; in DrawItems() local
245 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()