Home
last modified time | relevance | path

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

/bootable/recovery/
Dcommon.h56 void ui_set_background(int icon);
Dui.c123 static void draw_background_locked(int icon) in draw_background_locked() argument
129 if (icon) { in draw_background_locked()
130 gr_surface surface = gBackgroundIcon[icon]; in draw_background_locked()
136 if (icon == BACKGROUND_ICON_INSTALLING) { in draw_background_locked()
444 void ui_set_background(int icon) in ui_set_background() argument
447 gCurrentIcon = icon; in ui_set_background()