Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/sdl/
Dlv_sdl_window.c251 uint32_t px_map_line_bytes = lv_area_get_width(area) * px_size; in flush_cb() local
255 lv_memcpy(fb_start, px_map, px_map_line_bytes); in flush_cb()