Lines Matching refs:LoadLocalizedBitmap
529 auto text_image = LoadLocalizedBitmap(name); in SelectAndShowBackgroundText()
818 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap() function in ScreenRecoveryUI
840 installing_text_ = LoadLocalizedBitmap("installing_security_text"); in SetSystemUpdateText()
842 installing_text_ = LoadLocalizedBitmap("installing_text"); in SetSystemUpdateText()
860 cancel_wipe_data_text_ = LoadLocalizedBitmap("cancel_wipe_data_text"); in LoadWipeDataMenuText()
861 factory_data_reset_text_ = LoadLocalizedBitmap("factory_data_reset_text"); in LoadWipeDataMenuText()
862 try_again_text_ = LoadLocalizedBitmap("try_again_text"); in LoadWipeDataMenuText()
863 wipe_data_confirmation_text_ = LoadLocalizedBitmap("wipe_data_confirmation_text"); in LoadWipeDataMenuText()
864 wipe_data_menu_header_text_ = LoadLocalizedBitmap("wipe_data_menu_header_text"); in LoadWipeDataMenuText()
899 erasing_text_ = LoadLocalizedBitmap("erasing_text"); in Init()
900 no_command_text_ = LoadLocalizedBitmap("no_command_text"); in Init()
901 error_text_ = LoadLocalizedBitmap("error_text"); in Init()