Home
last modified time | relevance | path

Searched refs:__vesacon_background (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lib/sys/vesa/
Dinitvesa.c57 uint32_t *__vesacon_background, *__vesacon_shadowfb; variable
82 if (__vesacon_background) { in vesacon_set_mode()
83 free(__vesacon_background); in vesacon_set_mode()
84 __vesacon_background = NULL; in vesacon_set_mode()
107 __vesacon_background = calloc(mi->h_res*mi->v_res, 4); in vesacon_set_mode()
Dbackground.c48 uint32_t *bgptr = &__vesacon_background[line*__vesa_info.mi.h_res+start]; in draw_background_line()
90 drp = __vesacon_background; in tile_image()
97 sp = __vesacon_background; in tile_image()
172 rp = (png_bytep)__vesacon_background; in read_png_file()
222 components[0] = (void *)__vesacon_background; in read_jpeg_file()
250 uint8_t *bgptr = (uint8_t *)__vesacon_background; in vesacon_default_background()
280 void *bgptr = __vesacon_background; in vesacon_set_background()
329 uint32_t *bgptr = __vesacon_background; in read_lss16_file()
Dvideo.h84 extern uint32_t *__vesacon_background;
Ddrawtxt.c92 bgrowptr = &__vesacon_background[pixel_offset]; in vesacon_update_characters()