Searched refs:fastbootd_logo_ (Results 1 – 2 of 2) sorted by relevance
705 if (fastbootd_logo_ && fastbootd_logo_enabled_) { in draw_menu_and_text_buffer_locked()707 auto width = gr_get_width(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()708 auto height = gr_get_height(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()710 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y); in draw_menu_and_text_buffer_locked()904 fastbootd_logo_ = LoadBitmap("fastbootd"); in Init()
348 std::unique_ptr<GRSurface> fastbootd_logo_; variable