Searched refs:fastbootd_logo_ (Results 1 – 2 of 2) sorted by relevance
709 if (fastbootd_logo_ && fastbootd_logo_enabled_) { in draw_menu_and_text_buffer_locked()711 auto width = gr_get_width(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()712 auto height = gr_get_height(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()714 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y); in draw_menu_and_text_buffer_locked()918 fastbootd_logo_ = LoadBitmap("fastbootd"); in Init()
351 std::unique_ptr<GRSurface> fastbootd_logo_; variable