Home
last modified time | relevance | path

Searched refs:LoadLocalizedBitmap (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp532 auto text_image = LoadLocalizedBitmap(name); in SelectAndShowBackgroundText()
825 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap() function in ScreenRecoveryUI
857 installing_text_ = LoadLocalizedBitmap("installing_security_text"); in SetSystemUpdateText()
859 installing_text_ = LoadLocalizedBitmap("installing_text"); in SetSystemUpdateText()
877 cancel_wipe_data_text_ = LoadLocalizedBitmap("cancel_wipe_data_text"); in LoadWipeDataMenuText()
878 factory_data_reset_text_ = LoadLocalizedBitmap("factory_data_reset_text"); in LoadWipeDataMenuText()
879 try_again_text_ = LoadLocalizedBitmap("try_again_text"); in LoadWipeDataMenuText()
880 wipe_data_confirmation_text_ = LoadLocalizedBitmap("wipe_data_confirmation_text"); in LoadWipeDataMenuText()
881 wipe_data_menu_header_text_ = LoadLocalizedBitmap("wipe_data_menu_header_text"); in LoadWipeDataMenuText()
934 erasing_text_ = LoadLocalizedBitmap("erasing_text"); in Init()
[all …]
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h311 std::unique_ptr<GRSurface> LoadLocalizedBitmap(const std::string& filename);