Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Dui.c42 static gr_surface gBackgroundIcon[NUM_BACKGROUND_ICONS]; variable
48 { &gBackgroundIcon[BACKGROUND_ICON_INSTALLING], "icon_installing" },
49 { &gBackgroundIcon[BACKGROUND_ICON_ERROR], "icon_error" },
117 int iconHeight = gr_get_height(gBackgroundIcon[BACKGROUND_ICON_INSTALLING]); in draw_progress_locked()
365 gCurrentIcon = gBackgroundIcon[icon]; in ui_set_background()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c45 static gr_surface gBackgroundIcon[NUM_BACKGROUND_ICONS]; variable
51 { &gBackgroundIcon[BACKGROUND_ICON_INSTALLING], "icon_installing" },
52 { &gBackgroundIcon[BACKGROUND_ICON_ERROR], "icon_error" },
179 int iconHeight = gr_get_height(gBackgroundIcon[BACKGROUND_ICON_INSTALLING]); in draw_progress_locked()
580 gCurrentIcon = gBackgroundIcon[icon]; in ui_set_background()