Searched refs:LoadBitmap (Results 1 – 2 of 2) sorted by relevance
816 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadBitmap(const std::string& filename) { in LoadBitmap() function in ScreenRecoveryUI927 error_icon_ = LoadBitmap("icon_error"); in Init()929 progress_bar_empty_ = LoadBitmap("progress_empty"); in Init()930 progress_bar_fill_ = LoadBitmap("progress_fill"); in Init()931 stage_marker_empty_ = LoadBitmap("stage_empty"); in Init()932 stage_marker_fill_ = LoadBitmap("stage_fill"); in Init()939 fastbootd_logo_ = LoadBitmap("fastbootd"); in Init()990 intro_frames_.emplace_back(LoadBitmap(frame_name)); in LoadAnimation()996 loop_frames_.emplace_back(LoadBitmap(frame_name)); in LoadAnimation()
310 std::unique_ptr<GRSurface> LoadBitmap(const std::string& filename);