Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp270 LoadLocalizedBitmap(name.c_str(), &text_image); in SelectAndShowBackgroundText()
560 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) { in LoadLocalizedBitmap() function in ScreenRecoveryUI
579 LoadLocalizedBitmap("installing_security_text", &installing_text); in SetSystemUpdateText()
581 LoadLocalizedBitmap("installing_text", &installing_text); in SetSystemUpdateText()
629 LoadLocalizedBitmap("erasing_text", &erasing_text); in Init()
630 LoadLocalizedBitmap("no_command_text", &no_command_text); in Init()
631 LoadLocalizedBitmap("error_text", &error_text); in Init()
Dscreen_ui.h120 void LoadLocalizedBitmap(const char* filename, GRSurface** surface);