Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_buf.c261 uint32_t line_bytes = (line_width * lv_color_format_get_bpp(dest->header.cf) + 7) >> 3; in lv_draw_buf_copy() local
264 lv_memcpy(dest_bufc, src_bufc, line_bytes); in lv_draw_buf_copy()