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);
61 char *ui_copy_image(int icon, int *width, int *height, int *bpp);
Dui.c103 static void draw_background_locked(gr_surface icon) in draw_background_locked() argument
109 if (icon) { in draw_background_locked()
110 int iconWidth = gr_get_width(icon); in draw_background_locked()
111 int iconHeight = gr_get_height(icon); in draw_background_locked()
114 gr_blit(icon, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()
357 char *ui_copy_image(int icon, int *width, int *height, int *bpp) { in ui_copy_image() argument
359 draw_background_locked(gBackgroundIcon[icon]); in ui_copy_image()
374 void ui_set_background(int icon) in ui_set_background() argument
377 gCurrentIcon = gBackgroundIcon[icon]; in ui_set_background()