Lines Matching refs:LoadLocalizedBitmap
529 auto text_image = LoadLocalizedBitmap(name); in SelectAndShowBackgroundText()
822 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap() function in ScreenRecoveryUI
854 installing_text_ = LoadLocalizedBitmap("installing_security_text"); in SetSystemUpdateText()
856 installing_text_ = LoadLocalizedBitmap("installing_text"); in SetSystemUpdateText()
874 cancel_wipe_data_text_ = LoadLocalizedBitmap("cancel_wipe_data_text"); in LoadWipeDataMenuText()
875 factory_data_reset_text_ = LoadLocalizedBitmap("factory_data_reset_text"); in LoadWipeDataMenuText()
876 try_again_text_ = LoadLocalizedBitmap("try_again_text"); in LoadWipeDataMenuText()
877 wipe_data_confirmation_text_ = LoadLocalizedBitmap("wipe_data_confirmation_text"); in LoadWipeDataMenuText()
878 wipe_data_menu_header_text_ = LoadLocalizedBitmap("wipe_data_menu_header_text"); in LoadWipeDataMenuText()
913 erasing_text_ = LoadLocalizedBitmap("erasing_text"); in Init()
914 no_command_text_ = LoadLocalizedBitmap("no_command_text"); in Init()
915 error_text_ = LoadLocalizedBitmap("error_text"); in Init()