Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp113 gr_surface text_surface = backgroundText[icon]; in draw_background_locked()
362 LoadLocalizedBitmap("installing_text", &backgroundText[INSTALLING_UPDATE]); in Init()
363 LoadLocalizedBitmap("erasing_text", &backgroundText[ERASING]); in Init()
364 LoadLocalizedBitmap("no_command_text", &backgroundText[NO_COMMAND]); in Init()
365 LoadLocalizedBitmap("error_text", &backgroundText[ERROR]); in Init()
428 gr_surface text = backgroundText[icon]; in SetBackground()
Dscreen_ui.h63 gr_surface backgroundText[5]; variable