Searched refs:line_bytes (Results 1 – 1 of 1) sorted by relevance
261 uint32_t line_bytes = (line_width * lv_color_format_get_bpp(dest->header.cf) + 7) >> 3; in lv_draw_buf_copy() local264 lv_memcpy(dest_bufc, src_bufc, line_bytes); in lv_draw_buf_copy()