Lines Matching refs:height
230 return graphic_headers_->height; in DrawHeader()
244 int bar_height = item->height + 4; in DrawItems()
251 offset += item->height; in DrawItems()
266 offset += graphic_headers->height; in Validate()
272 offset += item->height; in Validate()
291 if (surface->width > max_width || surface->height > max_height - y) { in ValidateGraphicSurface()
295 surface->width, surface->height, max_width, max_height, y); in ValidateGraphicSurface()
456 int height = gr_get_height(progress_bar_empty_.get()); in draw_foreground_locked() local
463 DrawFill(progress_x, progress_y, width, height); in draw_foreground_locked()
472 DrawSurface(progress_bar_fill_.get(), width - pos, 0, pos, height, in draw_foreground_locked()
476 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked()
481 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked()
484 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos, in draw_foreground_locked()
618 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar()
619 gr_fill(x, y, x + width, y + height); in DrawHighlightBar()
708 auto height = gr_get_height(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked() local
710 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y); in draw_menu_and_text_buffer_locked()
711 y += height; in draw_menu_and_text_buffer_locked()