Searched refs:background_color (Results 1 – 1 of 1) sorted by relevance
64 static void fill_background(const struct pixel_argb_u16 *background_color, in fill_background() argument68 output_buffer->pixels[i] = *background_color; in fill_background()90 const struct pixel_argb_u16 background_color = { .a = 0xffff }; in blend() local95 fill_background(&background_color, output_buffer); in blend()