Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/sdl/
Dlv_sdl_window.c214 uint32_t * argb_px_map = NULL; in flush_cb() local
225 argb_px_map = malloc(argb_px_map_size); in flush_cb()
226 if(argb_px_map == NULL) { in flush_cb()
233 …lv_draw_sw_i1_to_argb8888(px_map, argb_px_map, width, height, width / 8, width * 4, 0xFF000000u, 0… in flush_cb()
234 px_map = (uint8_t *)argb_px_map; in flush_cb()
272 free(argb_px_map); in flush_cb()