Lines Matching refs:LoadLocalizedBitmap
532 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()
935 no_command_text_ = LoadLocalizedBitmap("no_command_text"); in Init()
936 error_text_ = LoadLocalizedBitmap("error_text"); in Init()