Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp319 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, gr_surface* surface) { in LoadLocalizedBitmap() function in ScreenRecoveryUI
346 LoadLocalizedBitmap("installing_text", &backgroundText[INSTALLING_UPDATE]); in Init()
347 LoadLocalizedBitmap("erasing_text", &backgroundText[ERASING]); in Init()
348 LoadLocalizedBitmap("no_command_text", &backgroundText[NO_COMMAND]); in Init()
349 LoadLocalizedBitmap("error_text", &backgroundText[ERROR]); in Init()
Dscreen_ui.h111 void LoadLocalizedBitmap(const char* filename, gr_surface* surface);