HomeSort by relevance Sort by last modified time
    Searched refs:LoadLocalizedBitmap (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.cpp 270 LoadLocalizedBitmap(name.c_str(), &text_image);
560 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) {
579 LoadLocalizedBitmap("installing_security_text", &installing_text);
581 LoadLocalizedBitmap("installing_text", &installing_text);
629 LoadLocalizedBitmap("erasing_text", &erasing_text);
630 LoadLocalizedBitmap("no_command_text", &no_command_text);
631 LoadLocalizedBitmap("error_text", &error_text);
screen_ui.h 120 void LoadLocalizedBitmap(const char* filename, GRSurface** surface);

Completed in 71 milliseconds