Searched refs:DEFAULT_BG_COLOR (Results 1 – 2 of 2) sorted by relevance
44 #define DEFAULT_BG_COLOR 0 macro88 s->bg = DEFAULT_BG_COLOR; in decode_init()138 DEFAULT_BG_COLOR, avctx->width); in hscroll()147 DEFAULT_BG_COLOR, xlength); in erase_line()155 memset(s->frame->data[0] + i * s->frame->linesize[0], DEFAULT_BG_COLOR, avctx->width); in erase_screen()278 … DEFAULT_BG_COLOR, (avctx->height - s->y - s->font_height)*s->frame->linesize[0]); in execute_code()283 memset(s->frame->data[0], DEFAULT_BG_COLOR, s->y * s->frame->linesize[0]); in execute_code()311 s->bg = DEFAULT_BG_COLOR; in execute_code()329 s->fg = ansi_to_cga[DEFAULT_BG_COLOR]; in execute_code()
108 #define DEFAULT_BG_COLOR 0 macro118 DEFAULT_BG_COLOR, s->font_height * s->frame->linesize[0]); in hscroll()