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

  /bootable/recovery/
screen_ui.cpp 422 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) {
441 LoadLocalizedBitmap("installing_security_text", &installing_text);
443 LoadLocalizedBitmap("installing_text", &installing_text);
491 LoadLocalizedBitmap("erasing_text", &erasing_text);
492 LoadLocalizedBitmap("no_command_text", &no_command_text);
493 LoadLocalizedBitmap("error_text", &error_text);
screen_ui.h 161 void LoadLocalizedBitmap(const char* filename, GRSurface** surface);

Completed in 61 milliseconds