Lines Matching refs:height
231 return graphic_headers_->height; in DrawHeader()
245 int bar_height = item->height + 4; in DrawItems()
252 offset += item->height; in DrawItems()
267 offset += graphic_headers->height; in Validate()
273 offset += item->height; in Validate()
292 if (surface->width > max_width || surface->height > max_height - y) { in ValidateGraphicSurface()
296 surface->width, surface->height, max_width, max_height, y); in ValidateGraphicSurface()
459 int height = gr_get_height(progress_bar_empty_.get()); in draw_foreground_locked() local
466 DrawFill(progress_x, progress_y, width, height); in draw_foreground_locked()
475 DrawSurface(progress_bar_fill_.get(), width - pos, 0, pos, height, in draw_foreground_locked()
479 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked()
484 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked()
487 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos, in draw_foreground_locked()
621 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar()
622 gr_fill(x, y, x + width, y + height); in DrawHighlightBar()
715 auto height = gr_get_height(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked() local
717 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y); in draw_menu_and_text_buffer_locked()
718 y += height; in draw_menu_and_text_buffer_locked()